Bootstrap 3.3.7 “row” causing horizontal scroll bar

后端 未结 5 1521
星月不相逢
星月不相逢 2021-01-11 13:29

Ok ok, I know. This question has been asked a lot. But, so far, I have not found a working solution. I boiled my page down to nothing but this:

5条回答
  •  旧巷少年郎
    2021-01-11 13:52

    First of all you don't need row or col-*12 classes if your section is 100% wide look at this bootstrap example they have not taken any row or col-*12 neither with header nor jumbotron. If your section has column Just take row inside col-* classes for example

    stuff
    stuff

    Fiddle

    Or in case if you are using container-fluid

    stuff
    stuff

    Fiddle

提交回复
热议问题