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 Sharing a Website Review: Sharing a Website

Screen doesn't change on iPhone to 2-column layout

When I shrink the screen size on my computer, the display changes to the two-column layout. However, on my iPhone, on both Chrome and Safari, it remains a 3-column layout. Shouldn't it change automatically? What am I doing that prevents this on my phone?

Thanks

1 Answer

Roberto Alicata
PLUS
Roberto Alicata
Courses Plus Student 39,959 Points

Did you set the viewport on the head of your html ?

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