I am using bootstrap 3 grid system loved it so far and everything was working well, I am trying to use col-xs-offset-1 and doesn\'t work although .col-sm-offset-1 works. What
Edit: as of Bootstrap 3.1 .col-xs-offset-* does exist, see bootstrap :: grid options
.col-xs-offset-*
.col-xs-offset-* doesn't exist. Offset and column ordering are only for small and more. (ONLY .col-sm-offset-*, .col-md-offset-* and .col-lg-offset-*)
.col-sm-offset-*
.col-md-offset-*
.col-lg-offset-*
See the official documentation : bootstrap :: grid options