Product image – smaller then small
-
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.
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