Home Forums WoodMart support forum Reduce productpage image Reply To: Reduce productpage image

#62470

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