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

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

    Alternatively, you can add an empty div for the xs-offset (would save you having to manage the content in more than one place)

    col

    The bootstrap devs seem to be refusing to add those xs- ofsets and push/pull classes, see here: https://github.com/twbs/bootstrap/issues/9689

提交回复
热议问题