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
instead of using col-md-offset-4 use instead offset-md-4, you no longer have to use col when you're offsetting. In your case use offset-xs-1 and this will work. make sure you've called the bootstrap.css folder into your html as follows .