Home › Forums › WoodMart support forum › How to degrease the thumbnails image size and central product image › Reply To: How to degrease the thumbnails image size and central product image
July 22, 2020 at 8:18 am
#213090
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.product-image-summary-wrap{
margin-top:40px;
}
In order to decrease the big image, it is important to increase the thumbnails. So you need to change the correlation of 15% and 85%.
Best Regards