Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialStephen Chamroeun
7,095 PointsExpanding the navigation list items to it's full width as the website scales to the right?
Here is my code currently https://w.trhou.se/v79bmacktk .
I'm just having issues with having the navigation list items expand as the website scales to right at this time. I'm currently working on this in the @media (min-width: 769px) breakpoint. Any help would be much appreciated, thank you.
1 Answer
Stephen Chamroeun
7,095 PointsHey Ben, that worked perfectly. I thank you so much for the help and I highly appreciate that!
Ben Payne
1,464 PointsBen Payne
1,464 PointsHey Stephen,
Try using flex-box on the
.main-header
class and removing the hard width and margins for the.name
h1 tag:Flex Box Guide
Hope that helps,
-Ben