Home Forums WoodMart support forum Shop Page Reply To: Shop Page

#408798

Hello,

Actually, right now your Product Images are not the same for all Products so that’s why they are appearing uneven in some places which is why the Price under the Product Layout is also not appearing at the same length. Here is a brief Video in this regard: https://fastupload.io/en/nVazAbDssM3HH8Z/file

So, please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

@media (max-width: 768px) {
.product-grid-item .product-image-link img {
    object-fit: cover !important;
    min-height: 265px !important;
}
}

Hope this helps!

Best Regards.