Home › Forums › WoodMart support forum › height of the product image for mobile devises › Reply To: height of the product image for mobile devises
August 1, 2018 at 7:49 pm
#70500
Artem Temos
Keymaster
Try to add the following code snippet to the Custom CSS area for mobile and tablet devices in Theme Settings
.product-images {
max-width:300px;
margin: auto;
}