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 trial

CSS How to Make a Website Responsive Web Design and Testing Adjust the Profile Page and Header

Two line navigation error before 480px media query

I noticed in your video (at the 9:23 mark) and on my own site, that there is a subtle, yet noticeable point right before the 480px media query resize when the nav anchors jump onto two lines before creating a block under the logo. Is there anyway to fix that that awkward transition goes away?

1 Answer

Jeff Lemay
Jeff Lemay
14,268 Points

The 3 nav links don't fit side by side at that size, so you'd either have to adjust the size of the font, shorten the words, set your breakpoint earlier than 480, or have the column holding the menu get larger and have the logo column smaller.

Thanks, Jeff. All three of your suggestions worked great!