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

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

    Edit: as of Bootstrap 3.1 .col-xs-offset-* does exist, see bootstrap :: grid options


    .col-xs-offset-* doesn't exist. Offset and column ordering are only for small and more. (ONLY .col-sm-offset-*, .col-md-offset-* and .col-lg-offset-*)

    See the official documentation : bootstrap :: grid options

提交回复
热议问题