Hi,
i have a need... on the page product i wonder if it's possible to have all the div of the same height... Unfortunately not always the content of the div is the same, and so the height of each element "<div class="product clearfix>" is different...
I have attached a picture that show the problem..
Following part of the code
Best regards
Gianfranco
<!-- Shop
============================================= -->
<div id="shop" class="shop grid-container clearfix" data-layout="fitRows">
<div class="product clearfix " style="border: 1px solid rgba(203,203,203,1.00); padding: 5px; margin: 10px;">
<div class="product-image">
[

](http://www.happycasastore.it/2018/scheda-articolo/Bilancia-professionale/15393)
</div>
<div class="product-desc">
<div class="product-title"><h3>BILANCIA PROFESSIONALE</h3></div>
</div>
</div>
<div class="product clearfix " style="border: 1px solid rgba(203,203,203,1.00); padding: 5px; margin: 10px;">
<div class="product-image">
[

](http://www.happycasastore.it/2018/scheda-articolo/Tubo-sostegno/15295)
</div>
<div class="product-desc">
<div class="product-title"><h3>TUBO SOSTEGNO</h3></div>
� 2,2cm l 140-260cm<br>
</div>
</div>
</div><!-- #shop end -->