1
I’m having trouble aligning a responsive Bootstrap image to the center.
My image is with class (.img-responsive
) properly applied and inserted into a row
and of div
with class .col-md-12
.
When I apply the class .img-responsive
, the class .text-center
no effect and the image is aligned to the left.
Can anyone give me a hand? Thanks in advance.
<div class="container">
<div class="row">
<div class=" col-md-12 text-center">
<img class="img-responsive" src="img/quadro-picnic.png" alt="Imagem"/>
</div>
</div>
</div>
Perfect Chun. That’s exactly it. Thank you so much for your help.
– Márcio Ricardo
It worked right for me, Chun. Thank you very much!
– Bruno Brandão Lopes