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 Responsive Web Design

Mobile version

When i go to my mobile and look at my web page It's not same as in video. I mean It's in correct pattern but it's small than shown in video.This is the source you can check it in mobile and help me http://port-80-w1hltl4dff.treehouse-app.com/

2 Answers

Kevin Korte
Kevin Korte
28,148 Points

Did you set the correct meta tags? This is often forgot, I've done it myself.

See this article for more help: https://developer.mozilla.org/en-US/docs/Mozilla/Mobile/Viewport_meta_tag

Eric Blake
Eric Blake
698 Points

Had the same problem, the text was unreadable on my iphone using the small em font-sizes. Adding, <meta name="viewport" content="width=device-width">

After <head>

Did fix it for me and also made @media work.