This topic has 4 replies, 3 voices, and was last updated 6 years, 6 months ago ago by Rose Tyler
The size of the main product photo on the main product page is huge. Is there any way to make it smaller? I have my single product page layout as default. I have attached two links about what I am talking about. the first link is what it looks like now and the second is what I would like it to look like. Any help on this is greatly appreciated. Thank you
Hello,
We have added the following custom in custom CSS to limit the image max height
.single-product .woocommerce-main-image img {
max-height: 700px;
}
.single-product .thumbnail-item img {
max-height: 150px;
}
Regards
That worked perfect. Thank you very much!!
Hello,
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up