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

Kevin Daniel Pantasdo
Kevin Daniel Pantasdo
6,369 Points

Pause Video at 09:23. Please tell me how to fix that. Thanks!

why does this happen. is it because it is between 660 and 480px? but if so, why only this particular size? Is there a way to solve this? I mean I'm pretty sure you can just @media screen and (min-width: ***px) at this particular size but is there a general solution to this? I would really appreciate it if you can upload another tutorial to solve this problem. thanks!

1 Answer

Jason Anders
MOD
Jason Anders
Treehouse Moderator 145,860 Points

Hey Kevin, I'm assuming you're talking about the top-right navigation getting bumped for that one spot in-between the two break-points. (I'm impressed that you caught that... it took me a few play-throughs to figure what you were talking about.)

I don't think there would be a need to fix that, because I don't see any real-life application that would cause that to occur as your set display. There are many different screen sizes, yes, but if you're careful with your media queries, the odds that you find that one pixel to cause that is unlikely.

You would only see that if you're playing with your browser window, and I believe that it's just a 'transitional' hiccup that is happening. Personally, I wouldn't worry about it.

Keep Coding! :)

What do you think Nick Pettit?