How to change Thumbnail Size in product card?

Hello everybody

Could some one help me please?

I am have one problem with Woocommerce, theme @Dazzling@

When i am try to change size of thumbnail in settings - the picture of product is still the same size.

Do somebody know - how to change size of general image (thumbnail) in product card?

Thanks!!

Hi @sam2323,

I hope you are well today and thank you for your question.

If you want to change the image size on the single product page then please make sure to change it in the option “Single Product Image” of Woocommerce plugin settings.

Then regenerate the thumbnails using the following plugin.

After changing the size of the image could you please try adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Theme Options -> Other -> Custom CSS

body.single-product #main div.product div.images {
  width: auto;
}

Best Regards,
Movin