Dear 8Theme,
I am trying to adjust the Product Title Lenght in order to make the products look inline not decalated like now: https://prnt.sc/evGplYKPsUcF And I’ve used this code and still doesn’t work:
h2.product-title
{
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
height: 40px;
}
Could you help? Thanks a lot!