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 trialChris 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,610 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,610 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.....