How to center a column in Bootstrap framework? Just started to study. Sample code.
<div class="container"> <div class="row"> <div class="col-md-4 col-sm-12 col-xs-12 my-col"> <img src="img/1.jpg" alt="image1" class="img-responsive" /> </div> <div class="col-md-4 col-sm-12 col-xs-12 my-col"> <img src="img/2.jpg" alt="image2" class="img-responsive" /> </div> <div class="col-md-4 col-sm-12 col-xs-12 my-col"> <img src="img/3.jpg" alt="image3" class="img-responsive" /> </div> </div> </div> Here the three columns are aligned well.
Here one column is left justified. How to align it in the center? Is there a tool in the Bootstrap framework?


.my-colaffect. He would see him too ... - cyadvertcol-sm-12code, when the screen changes, the three columns become one. This one column is not in the center of the screen. - Sergey.my-col { margin-bottom: 15px; }.my-col { margin-bottom: 15px; }- Sergey