Hey there! I want to change the size of the thumbnails of my product to the same size as the category thumbnails, but I can’t figure out how to do that. Could you please assist me in this?
Thanks a lot,
Bernd Huisman
Hey there! I want to change the size of the thumbnails of my product to the same size as the category thumbnails, but I can’t figure out how to do that. Could you please assist me in this?
Thanks a lot,
Bernd Huisman
Hi @b3rndhg,
Thanks for writing in.
Try changing your image sizes in your Woocommerce settings, to about 980x980. Then go to Theme Options > Woocommerce and change the columns to TWO.
Then install Force Regenerate Thumbnails plugin and generate the thumbnails. This is a must for already uploaded images, changing image size only take effect on newly uploaded images.
Thanks.
Thanks for your answer! I’d love to be able to do this without changing the number of products in a column though. Is that possible?
Hi Bernd,
You have a code added in the Global CSS that set the featured image on the archive page to 50% of its container.
Please try to add this code as well to adjust the size of the woocommerce images on the main content area:
.archive .product .entry-featured {
width: 100%;
border: 0;
padding: 0;
}
Hope this helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.