Bootstrap allows columns to be offset within a Bootstrap row. The size of this offset can be changed responsively using the class: offset-{bp}-{0|1|…|12}
.
The offset increases the left-margin of the column by 1/12th of a bootstrap row's width multiplied by the integer used.
It is usually possible to achieve the same layouts using the horizontal alignment properties rather then offsets which can make for a nicer user experience.