Home Forums WoodMart support forum Some minor fixes Reply To: Some minor fixes

#22256

Artem Temos
Keymaster

Add this code for mobile devices to limit the product title

.woodmart-hover-icons h3.product-title {
    line-height:20px;
    max-height:40px;
    overflow: hidden;
}

Wishlist icon is shown on the image and we think that it would be better to keep it there to fit the overall theme design.

And we have fixed the quick view on your website.