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

Design

Mike Aquan-Assee
Mike Aquan-Assee
15,336 Points

Using grids in web layouts

Are there standard grid dimensions used in web design, mobile and tablet layouts? If not how do you decide, what dimensions to use (# of columns, width, space between columns,etc.)?

1 Answer

Alex Flores
Alex Flores
7,864 Points

I'm pretty new to this, but what I have been doing is going off of bootstrap grid layout. They pretty much lay it out for your depending on the viewport, which is a better way to decide on how to do your layout. You can also use Chrome's developer tool and you can check to see all the different dimensions used by various devices. You can also use flex-box, which is a really easy way of laying out responsive tables.

As far as standard dimensions. I'm not entirely sure, but it seems that media queries typically use the same screen sizes (480, 660, 980) and I can't help but there that there is a reason for this.

Hope this helped.