Silverfall05
Silverfall05

Reputation: 1127

Bootstrap - How to add text to Nav Bar Dropdown menu

Hi I need to add some text to dropdown menu on my navigation bar, but as I'm new to bootstrap I'm failing to do that.

Here is code:

enter image description here

The text, I want to display is in white (thats why I selected it)

But on "mobile-version" it's displaying like this:

enter image description here

So how do I add text to dropdown menus without breaking design?

Upvotes: 0

Views: 931

Answers (1)

Albzi
Albzi

Reputation: 15609

It seems that it's easily replicated and that it's supposed to have a float-right for it to work. I added the style margin-left:15px; onto navbar-text and it worked, but make sure to ONLY do this for the smaller media query.

Upvotes: 1

Related Questions