Best Premium and Free WordPress Themes › Forums › Online Shop › Product tile height due to tittle › Reply To: Product tile height due to tittle
April 30, 2022 at 2:18 pm
#102219
ElenaSryv
Participant
just if some one faced the same issue, I fixed it on my site with the following CCS code:
h2.woocommerce-loop-product__title {
min-height: 97.19px;
}
The min height should be checked for each site individually. Select the <h2 line of code that is the largest on the screen.
Thanks to the authors for the nice them and for the good support!