center a row using Bootstrap 3

后端 未结 13 1452
长发绾君心
长发绾君心 2020-12-29 18:08

How to center a row (12 column) in Bootstrap 3 ? I do not want to use the offset

I am using this way but not worked.

13条回答
  •  难免孤独
    2020-12-29 18:39

    Why not using the grid system?

    The bootstrap grid system consist of 12 columns, so if you use the "Medium" columns it will have a 970px width size.

    Then you can divide it to 3 columns (12/3=4) so use 3 divs with "col-md-4" class:

    Each one will have 323px max width size. Keep the first and the last empty and use the middle one to get your content centerd:

    Centered content.

提交回复
热议问题