Show Icons In The Collapsed Navbar In Bootstrap 3
I want to build a bootstrap 3 navbar like the facebook app, with some icons. The problem is that when the bar its collapsed, all the icons are hidden. If I put the icons outside fr
Solution 1:
In the mobile version, wrap your icons in a div with style text-align:center
and remove the float left of your icons.
Post a Comment for "Show Icons In The Collapsed Navbar In Bootstrap 3"