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 4 Basics (Retired) Getting to Know Bootstrap 4 Creating a Simple Page

I am not able to offset. The button and input bar remain on the left of the page.

I am not able to offset. The button and input bar remain on the left of the page.

Stephan Olsen
Stephan Olsen
6,650 Points

It's hard to tell you exactly where you're going wrong without seeing your code. Post your code and you will get more detailed answers.

1 Answer

Nichole Pellow
Nichole Pellow
8,206 Points

Hi. This could be due to the code for offsetting the col has changed. I had to check the Bootstrap documentation when doing that portion since when using the code in the video, it didn't work. To offset the col, the div should look like this:

<div class="col-lg-6 offset-lg-3">

Hope that helps!