Bootstrap grid columns not stacking

前端 未结 1 476
臣服心动
臣服心动 2020-12-21 18:45

Working on a Bigcartel store with some simple Bootstrap elements. I\'ve worked with Bootstrap many times, and the columns are stacking correctly on the rest of the site, but

相关标签:
1条回答
  • 2020-12-21 19:25

    The col-xs-* columns don't stack. Use col-sm-* instead.

    Codeply demo

    Note: Bootstrap 4 col-xs-* has been changed to just col-*.

    0 讨论(0)
提交回复
热议问题