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

前端 未结 16 1597
太阳男子
太阳男子 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条回答
  •  萌比男神i
    2021-02-01 01:04

    Just in case someone makes the same error I did before stumbling on this page, that is, adding CSS reset rules (like the very popular reset by Eric Meyer used on millions of websites) after including bootstrap.

    Also, perhaps I should point out that such reset won't be necessary with bootstrap given bootsrap actually implements the normalize.css v3.0.2 reset.

提交回复
热议问题