Home › Forums › WoodMart support forum › product images size › Reply To: product images size
July 27, 2023 at 4:13 pm
#484597
Aizaz Imtiaz Awan
Keymaster
Hello,
Please try to use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:
figure.woocommerce-product-gallery__wrapper.owl-items-lg-1.owl-items-md-1.owl-items-sm-1.owl-items-xs-1.owl-carousel.wd-owl.owl-loaded.owl-drag .owl-stage-outer.owl-height {
height: 588px !important;
}
Best Regards.