Bootstrap - row can I have columns add up to more then 12?

前端 未结 2 1051
陌清茗
陌清茗 2020-11-27 23:23

I was wondering if my nested row can add up to more then 12? Is it wrong to work this way?

I tried it and it seems to work fine for me, but I want to make sure that

2条回答
  •  隐瞒了意图╮
    2020-11-28 00:04

    If you want to do that this way then you have to set the heights of the columns inside, because if your columns have different heights than then the column that exceeds the 12 column grid will break the layout.

    This is what I've found through experience. Therefore, I advice you to never have more than 12 'column' in your row. So in your case I think it should be like this:

    ...
    ...
    ...
    ...
    ...
    ...
    ...
    ...

提交回复
热议问题