Home › Forums › WoodMart support forum › Reduce productpage image › Reply To: Reduce productpage image
June 12, 2018 at 12:48 pm
#62470
Elise Noromit
Member
Hello,
Please try this code:
@media (min-width: 768px) and (max-width: 1023px) {
.woocommerce-product-gallery .woocommerce-product-gallery__image {
max-width: 50%;
margin: 0 auto;
}
}
Add this code to Theme Settings > Custom CSS
Best Regards