bootstrap 3 two column layout code example
Example 1: bootstrap 3 offset
col-sm-offset-2
Example 2: col-md-6 bootstrap
<div class="col-lg-2 col-md-4 col-sm-3 "> Your Stuffs </div>
/*
col-lg for large
col-md for med
col-sm for small
enjoy :)
*/