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

Responsive web design question

I finished my first web page but I have one problem. When I check to see if my responsive design works on my phone and kindle it doesn't work, it stays in my computer screen format. When I go back on my computer and check by making the browser window smaller the responsive design works fine. My responsive link is added correctly in my server just wondering if I am missing a step?

1 Answer

Do you have this in your <head>?

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

Thanks. I had it misspelled.