Home › Forums › WoodMart support forum › Center image in category grid › Reply To: Center image in category grid
April 12, 2023 at 1:14 pm
#459157
Aizaz Imtiaz Awan
Keymaster
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