Reputation: 1127
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:
The text, I want to display is in white (thats why I selected it)
But on "mobile-version" it's displaying like this:
So how do I add text to dropdown menus without breaking design?
Upvotes: 0
Views: 931
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