Why is my Bootstrap column centered instead of left-aligned?

前端 未结 3 1524
野性不改
野性不改 2021-01-26 00:44

I am using standard Bootstrap 3 CSS.

Image of my issue:

My HTML is below:

3条回答
  •  -上瘾入骨i
    2021-01-26 01:21

    There is no need to float them, if you are using bootstrap, just use rows and columns, wrap elements inside those classes. Float is what is messing with your style. Also, I would recommend using css Flexbox in the future, it is much better and more flexible than bootstrap.

提交回复
热议问题