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

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

    A suggestion for when you want to do an offset but find yourself incapable at extra small widths:

    Use .hidden-xs and .visible-xs to make one version of your html block for extra small widths, and one for everything else (where you can still use an offset)

    Example:

    This is my banner at XS width.

    This is my supporting content at XS width.

提交回复
热议问题