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
A suggestion for when you want to do an offset but find yourself incapable at extra small widths:
Use .hidden-xs and .visible-xs to make one version of your html block for extra small widths, and one for everything else (where you can still use an offset)
Example:
This is a banner at the top of my site. It shows in everything except XS
Here are some supporting details about my banner.
This is my banner at XS width.
This is my supporting content at XS width.