Hey everyone, I have a question about Navbar 13. I followed the instructions exactly (added the navbar-on-page
class to the page wrapper and max-width-full
to the main wrapper), but the navbar is still not centered. Can anyone help?
@Dávid Drímal thanks for the bump! Yeah so you'll want to have your divs stacked a different way. For semantics and accessibility you'll want page-wrapper, navbar, main-wrapper, sections, footer. So navbar and footer should sandwich the main-wrapper. You'll notice that the navbar, main-wrapper, and footer are not actually divs but are nav, main, and footer tags.
Great, thanks for the advice @Matt it works as it should, every day one learns something new