#How do i get my navbar to stretch fully even after configuring my max-width to 50em in my body.
3 messages · Page 1 of 1 (latest)
hi. you would approach this by not applying the max-width property to the body element, but instead by creating a container for the content following your nav bar (whether it be a div or a semantic element like <main>), and then applying your max-width property to that container.
hope that helps and you can always drop your code if you need an explanation more specific to your project 🙂
that works fine