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

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

    // it works in bootstrap 4, there was some changes in documentation.We dont need prefix col-, just offset-lg-3 e.g.

    Some content...

    // here doc: http://v4-alpha.getbootstrap.com/layout/grid/#example-offsetting-columns

提交回复
热议问题