Answer the question
In order to leave comments, you need to log in
How to indent in bootstrap?
class="row">
left
center
right
Answer the question
In order to leave comments, you need to log in
the padding between the blocks on the left and right should be 8px.
Add this code to your styles at the very top (quick fix):
.row{margin-right: -8px;margin-left: -8px;}
.row div[class*="col-"]{padding-left:8px ;padding-right:8px;} // if you don't want to bind to .row then just remove .row first and just leave div[class*="col-"]
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question