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 trialKent Berg
5,198 Pointshow to stack columns when resizing browsers
I have a 3 column layout on my page and they each have a class of "col-lg-4" I'd like to add a row and have a one column of "col-md-12" and a two column of "col-md-6" on medium size devises
to make thing simple.. I want a 3 column layout on lg devises
when resized to medium size I want 1 column and two columns below that how would I do this in the latest version of bootstrap?
1 Answer
Chris Shaw
26,676 PointsHi Kent Berg,
I have created a simple demo that shows this in action, it is quite easy to accomplish by using the classes you need on each column. See the below link.
https://jsfiddle.net/mzo5ohry/
Happy coding!