Hello, good afternoon, would you have any way to fix the col-md where it was positioned without any change?
I used to do this in the past:
<div class="col-md-12">
<div class="col-md-4">
</div>
<div class="col-md-4">
</div>
<div class="col-md-4">
</div>
</div>
But now I need it to be this way:
<div class="col-md-12">
<div class="col-md-4">
</div>
<div class="col-md-4">
</div>
<div class="col-md-4">
</div>
<div class="col-md-4">
</div>
<div class="col-md-4">
</div>
<div class="col-md-4">
</div>
</div>
Because the appearance of the products is automatic and you can not add a new col-md-12 to delimit the space.
I would like it to be all right like this: link
However, it is enough to have a size difference in the box or to close the one that leaves the place: link
This applies to the faq questions too: link