Home › Forums › CSS › navigation bar buttons don't expand the whole bar › Reply To: navigation bar buttons don't expand the whole bar
July 6, 2017 at 10:52 am
#256584
Participant
Hi Triplebit,
Actually this is quite simple, you need to make three changes.
- Remove
container
class fromfl-page-nav-container
, - Add
display: flex
to.fl-page-nav-centered .fl-page-nav ul.navbar-nav
, - Add
flex: 1
to.fl-page-nav-centered .fl-page-nav ul.navbar-nav > li
.
Of course you need to remember on which breakpoints you’re doing this (probably only on the biggest one).
Also, on some lower resolutions your menu is breaking, consider changing the font to a smaller one on low breakpoints.
P.S. Your JSFiddle looks really weird, is it an automated output?