Bootstrap 3 .col-xs-offset-* doesn't work?

前端 未结 16 1462
太阳男子
太阳男子 2021-01-31 23:58

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

16条回答
  •  旧巷少年郎
    2021-02-01 00:47

    This was really frustrating so I wrote a gist you can grab that enables col-offset-xs-*. I also noticed that Bootstrap SASS repo Bower installed this week did not include col-offset-sm-0 so that is shimmed too but will be redundant in many cases.

    Bootstrap 3 xs offset shim

提交回复
热议问题