Hello!
I am trying to increase the product image size on my pages. It currently looks like this, which is of course way too small to view. I tried going into the code, and changed it to ‘one-quarter’ but then it takes up the whole page..
Hello!
I am trying to increase the product image size on my pages. It currently looks like this, which is of course way too small to view. I tried going into the code, and changed it to ‘one-quarter’ but then it takes up the whole page..
sorry for that issue
can you please check your theme customization and open product page than check left side product section choose your size
Please share your store URL.
Hi, I am not given an image size option when in the settings you have described.
thanks for details can you please try this code
@media only screen and (min-width: 769px) {
.product-template-section .large--one-quarter {
width: 60%;
}
.product-template-section .large--three-fifths {
width: 40%;
}
}
Hi, thanks , will try now
Thanks, this worked, but the other images are appearing a bit too big. Is there a setting to make these smaller?