center a row using Bootstrap 3

后端 未结 13 1400
长发绾君心
长发绾君心 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:47

    you can use grid system without adding empty columns

    <div class="col-xs-2 center-block" style="float:none"> ... </div>
    

    change col-xs-2 to suit your layout.

    check preview: http://jsfiddle.net/rashivkp/h4869dja/

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