Home › Forums › WoodMart support forum › Product image – smaller then small Product image – smaller then small This topic has 1 reply, 2 voices, and was last updated 5 years, 8 months ago by Elise Noromit. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts March 27, 2019 at 10:43 am #115219 kodkodakParticipant Hello, i want to have my product image smaller, then option SMALL is. Actually on large sdevice it has col-lg-4, i need it as col-lg-3. Can i ask u where i find php file where i can overwrite this? Thanks, look at attachments Attachments:You must be logged in to view attached files. March 27, 2019 at 2:20 pm #115294 Elise NoromitMember Hello, Please add this code to the Theme Settings > Custom CSS > Desktop: .single-product-page .product-images.col-lg-4 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; } .single-product-page .entry-summary.col-lg-8 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; } Best Regards Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to create new topics. Login / Register