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 Bootstrap Basics Responsive Layouts With the Bootstrap Grid Column Sizing

Number of col

What if I want to have 3 columns on large screens, 2 on medium and 1 in smaller devices?

1 Answer

I'm not sure what specific element you are working with, but for the basic grid (and those components based on it), I would imagine <div class="col col-md-6 col-lg-4">...</div> would be a good starting point?

Thank you! He did explain it on the following video, but I appreciate your help :)!