I am modifying a page created by a partner. The problem is that before I had 2 columns and 1 single row. There are only images there. So I have the code.
<div class="row oo">
<div class="col-xs-12 col-sm-12 col-md-6 col-lg-6"><div class="inner-img"><img src="img/imagen-1.jpg"></div></div>
<div class="col-xs-12 col-sm-12 col-md-6 col-lg-6"><div class="inner-img"><img src="img/imagen-2.jpg"></div></div>
</div>
<div class="row oo">
<div class="col-xs-12 col-sm-12 col-md-6 col-lg-6"><div class="inner-img"><img src="img/imagen-3.jpg"></div></div>
<div class="col-xs-12 col-sm-12 col-md-6 col-lg-6"><div class="inner-img"><img src="img/imagen-4.jpg"></div></div>
</div>
The problem is that I only see one image, per row, and 2 images per row would have to appear in each column.