Reputation: 33408
The docs show .col-md-offset-*
and larger sizes seem to work, but the offset dissapears when I shrink the viewport to the smallest size. It seems like there is no .col-xs-offset-*
. What's the deal?
Also, the offset classes don't seem to apply to upwards, the way (for example) col-xs-4 will apply to everything. Is this a bug or am I missing something?
Upvotes: 2
Views: 2078
Reputation: 5605
If this is your only concern and you don't want to update Bootstrap to the next minor version, then you can use my patch for col-xs-offset-*
classes.
https://gist.github.com/dylanvalade/7362739
Upvotes: 0
Reputation: 41440
This is probably going to be fixed in v3.0.1, as this pull request has already been merged.
Upvotes: 2