Use bootstrap offset utilities to set a space between columns. See the examples.
Detailed documentation and more examples you can find in our Bootstrap example Docs
Basic example
You can easily move columns to the right using
.offset-md-*
classes. These classes increase the left margin of a column by
*
columns. For example,
.offset-md-4
moves
.col-md-4
over four columns.