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

前端 未结 16 1465
太阳男子
太阳男子 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:48

    You could get the offset set only for xs devises by negating the higher pixels with 0 offset. Like so,

    class="col-xs-offset-1 col-md-offset-0"
    

提交回复
热议问题