Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Chris Pounds
744 PointsMedia 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?

Jason Anello
Courses Plus Student 94,597 PointsHi 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

Jason Anello
Courses Plus Student 94,597 PointsHi 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
Courses Plus Student 5,174 PointsIf possible could you post the code you have, it may possibly be just a simple syntax error.

Chris Pounds
744 PointsHi, yes that is what was missing Jason,
Figured it out way too late last night! thanks for the replies :)
Taylor Leach
12,348 PointsTaylor Leach
12,348 PointsAlso having this issue. i have the exact same code on each page but only shows the mobile view on one page.....