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

Website looks different on other sized screens help

So i have a website. I just have a problem with it. On my screen it looks normal 1920x1280 But on other sized screens it looks different. I think i heard something about i had to put a max-width on the website but i'm not sure. Could someone help me out with this issue :)

1 Answer

Steven Parker
Steven Parker
231,007 Points

There's a bit more to it than setting a single property value. Making your site handle various screen sizes is called "Responsive Design", and there's an entire course here called Responsive Layouts. It's an advanced level course so you might need to work your way up to that one if you don't have prior experience with CSS.