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 trialChristian Hals
11,811 PointsINFO Alert - The responsive grid modifier classes has been renamed in the latest alpha version.
If you follow the instructions in this video the columns will not be modified, since the classes has been renamed in the latest version of Bootstrap v4. In stead of doing
<div class="col-lg-4 col-lg-push-4"> you need to do <div class="col-lg-4 push-lg-4">
and
<div class="col-lg-4 col-lg-pull-4"> should be <div class="col-lg-4 pull-lg-4">
yes chaghitem
266 Pointsthank you soo much, after spending hours trying to find the bug glad to find out its just a updated name!
Christian Hals
11,811 PointsChristian Hals
11,811 PointsThere is also a second error in this video with the class names for offsetting.
The correct class name to use is .offset-xl-2
Video: Bootstrap 4 Basic - Column Ordering and Offsetting