Spacing before column

To add spacing between columns, instead of making an empty bootstrap column you can use offset.

The below will show 3 columns offset to the left of the 6 column with text.

<div class="col-sm-6 col-sm-offset-3">I am text</div>

Leave a Reply

Your email address will not be published. Required fields are marked *