Archived topic
Product images very small and can't change the size
3 replies · Started by Niklas on August 25, 2020
Hello,
here is the example: http://thermotransferfolien.com/shop/thermotransferfolie-awr470/
In the customizer i can't change the size
Hi there,
increase the Product Image Area Width in Customizer > Layout > Woocommerce.
More info here:
https://docs.generatepress.com/article/woocommerce-overview/#single-product
Hi David,
now i changed it to 50% and it still has the same size.
http://thermotransferfolien.com/shop/thermotransferfolie-wh4s/
in Customizer > Additional CSS.
Change this:
.woocommerce img, .woocommerce-page li.payment_method_stripe img {
max-width: 60px;
}
to:
.woocommerce-page li.payment_method_stripe img {
max-width: 60px;
}