Hello! currently we have following code for displaying mobile products listing
<div class="container">
<div class="row">
<div class="col-6">
</div>
<div class="col-6">
</div>
<div class="col-6">
</div>
<div class="col-6">
</div>
</div>
</div>However column has not the same weight because depends on product title lenght
Do you have code for keeping same column height like in example?
Thanks
