Home › Forums › WoodMart support forum › Change the size of the product page image › Reply To: Change the size of the product page image
February 1, 2024 at 11:16 am
#535732
Aizaz Imtiaz Awan
Keymaster
Hello,
Please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:
.woocommerce div.product div.images img {
max-height: 100px;
width: auto;
display: block;
}
Best Regards.