Home Forums WoodMart support forum Center image in category grid Reply To: Center image in category grid

#459157

Hello,

Sorry to say but it was an issue with the difference of width and height of the Product Images. So, please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:

.product-grid-item .product-image-link img, .product-grid-item .hover-img img {
    object-fit: contain !important;
    height: 20em !important;
}

Hope this helps !

Best Regards