Full screen navbar?

I have a logo-text on the left and menu-pages on the right style navbar which I like. But on screens larger than 1200px the positions of the left and right margins are fixed about one third from the left and right. I would like the left and right limits of the navbar to be determined by the browser page width even if larger than 1200px.

Can I do this? If so, how? Cheers

Simply change the width of the bloc your navbar is in to fill the width of the browser window:

1 Like

Thank you. I knew it would be something ridiculously easy like that. Cheers.

1 Like