You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
first of all thank you very much for creating native bootstrap molds !!!
I started using your add-on because I am very unhappy with the navbar in breeze theme. Now I am using .navbar-fixed-top and everything looks and behaves fine.
But if I want to align a navitem on the right I additionally had to write a little css to make it happen:
.nav.navbar-nav { width: 100%; }
Maybe on of the navbar sub-elements is missing some size definition!?
Regards from Germany,
Matthias
The text was updated successfully, but these errors were encountered:
Hi,
first of all thank you very much for creating native bootstrap molds !!!
I started using your add-on because I am very unhappy with the navbar in breeze theme. Now I am using .navbar-fixed-top and everything looks and behaves fine.
But if I want to align a navitem on the right I additionally had to write a little css to make it happen:
.nav.navbar-nav { width: 100%; }
Maybe on of the navbar sub-elements is missing some size definition!?
Regards from Germany,
Matthias
The text was updated successfully, but these errors were encountered: