This topic has 6 replies, 3 voices, and was last updated 9 years, 8 months ago ago by Robert Hall
Hi,
I’m having trouble with the images on my products page. Most of the images are showing up in the correct sizes, however there are still a few (on the 2nd and 3rd pages) that aren’t resizing correctly, despite reuploading images with similar sizes to all the rest. The add to cart buttons are now not aligning in the rows.
Thank you in advance.
Hello,
What is the link to wp-admin panel? Using your_site/wp-admin redirects to the page with maintenance mode message.
Thank you.
Regards,
Eva Kemp.
I’ve included the link in the private field. Sorry about that!
Hello,
Please try to use this code in custom.css file:
.product-content-image img {
height: 250px;
}
Thank you.
Regards,
Eva Kemp.
Hi Eva,
Thank you for your help. The code you provided fixed the problem. For future reference to those viewing this thread, I had to add “!important” after the height like so:
.product-content-image img {
height: 250px !important;
}
Hello,
You’re welcome!
Regards,
Robert Hall.
Tagged: best selling, correctly, images, product page, resizing, themes, woocommerce
The issue related to '‘Product Page Images Not Resizing Correctly’' has been successfully resolved, and the topic is now closed for further responses