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 trialSilvia Ramos
Front End Web Development Techdegree Graduate 18,318 PointsNumber of col
What if I want to have 3 columns on large screens, 2 on medium and 1 in smaller devices?
1 Answer
Gordon Naldrett
12,142 PointsI'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?
Silvia Ramos
Front End Web Development Techdegree Graduate 18,318 PointsSilvia Ramos
Front End Web Development Techdegree Graduate 18,318 PointsThank you! He did explain it on the following video, but I appreciate your help :)!