My Bootstrap 3 navbar is 1 row on a large viewport. Then when I start to shrink the browser window, it switches to 2 row, where the right content ("Hello username", "Log off") is in the second row.
Then after more resize, it becomes 1 row again with the menu items disappeared and the menu button present only.
How can I skip the 2 row phase?
For what it is worth, here is an idea that makes the navbar items morph from text to an icon based on the current responsive size.
<li><a href="#contact"><div class="hidden-sm">Contact<b class="caret"></b></div><span class="glyphicon glyphicon-plus visible-sm"></span></a></li>
The result is the 'Contact' text converts into a plus icon at small size. Here's a bootply example
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With