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

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

Media queries only seem to work for home page, about and contact launch into desktop

After applying responsive.css (word for word) the main index page on mobiles is fine and friendly, when browsing to the other two pages, it reverts to desktop mode, please help?

Taylor Leach
Taylor Leach
12,348 Points

Also having this issue. i have the exact same code on each page but only shows the mobile view on one page.....

Hi Taylor,

I saw your other question and it looks like you have it resolved now. Let me know if it's still an issue.

3 Answers

Hi Chris,

Do you have the meta tag on the other 2 pages?

<meta name="viewport" content="width=device-width, initial-scale=1.0">

Casey Antoine
PLUS
Casey Antoine
Courses Plus Student 5,174 Points

If possible could you post the code you have, it may possibly be just a simple syntax error.

Hi, yes that is what was missing Jason,

Figured it out way too late last night! thanks for the replies :)