I am trying to create a 2 column grid, with literally a 50% with no margins or padding.
How do I achieve this with Bootstrap 3 I tried this but end up with negative
I always add this style to my Bootstrap LESS / SASS:
.row-no-padding { [class*="col-"] { padding-left: 0 !important; padding-right: 0 !important; } }
Then in the HTML you can write:
0 讨论(0) 查看其它10个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复