Answer the question
In order to leave comments, you need to log in
Why is img ignoring padding in bootstrap?
<body>
<div class="container-fluid">
<div class="container cont-top">
<div class="row">
<div class="col-xs-1">
<img src="images/logo.png" alt="logotype">
</div>
<div class="col-xs-1 col-sm-offset-10">
<img src="images/logo.png" alt="logotype">
</div>
</div>
</div>
</div>
</body>
Answer the question
In order to leave comments, you need to log in
Because padding is written in it
a) in div.col *
b) in row
Remove the indent in the above blocks.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question