标签: css twitter-bootstrap twitter-bootstrap-3
文档显示.col-md-offset-*并且较大的尺寸似乎有效,但当我将视口缩小到最小尺寸时,偏移消失了。似乎没有.col-xs-offset-*。这是什么交易?
.col-md-offset-*
.col-xs-offset-*
此外,偏移类似乎不适用于向上,方式(例如)col-xs-4将适用于所有内容。这是一个错误还是我错过了什么?
答案 0 :(得分:2)
Just take a look at the docs:
这可能会在v3.0.1中修复,因为this pull request已经合并。
答案 1 :(得分:0)
如果这是您唯一关注的问题,并且您不想将Bootstrap更新为下一个次要版本,那么您可以将我的补丁用于col-xs-offset-*类。
col-xs-offset-*
https://gist.github.com/dylanvalade/7362739