How to center a row (12 column) in Bootstrap 3 ? I do not want to use the offset
offset
I am using this way but not worked.
Add this to your css:
.row-centered { text-align:center; } .col-centered { display:inline-block; float:none; /* reset the text-align */ text-align:left; /* inline-block space fix */ margin-right:-4px; }
Then, in your HTML code:
0 讨论(0) 查看其它13个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复