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 trialkask
7,509 PointsWebsite layout help?
How do i make my layout responsive to different screen resolutions do i need to have it in on the grid system?
2 Answers
Don Howard
5,827 PointsHi Kask,
It does not need to be on the grid system to be responsive, but that would help you to decide layouts at the different breakpoints. You would set breakpoints in media queries that you setup in your css. I believe you will find that in the CSS Layout Techniques section of the Web Design Track.
Hope that helps, Don
James Barnett
39,199 PointsMedia queries are what apply different CSS rules based on viewport size. Using fluid grids with media queries allow you to create a consistent layout. I'd suggest you use http://simplegrid.info/.
kask
7,509 PointsAlright i will try that thank you. :)
James Barnett
39,199 PointsJames Barnett
39,199 PointsIf by "to be responsive" you are referring to the idea of Responsive Web Design then
From the article that coined the term "Responsive Web Design"
Don Howard
5,827 PointsDon Howard
5,827 PointsTwo points that should be kept in mind:
kask
7,509 Pointskask
7,509 PointsThank you for your input. :)