Tagged: woocommerce
Hello!
I have a problem.
I prepared the image with size: 245x350px. Select a value on settings Woocommerce – 245x350px.
But on the product page image display with size: 298x426px.
Look: http://vkk-journal.ru/store/kassovyie-operatsii-v-kreditnom-kooperative-kassovaya-distsiplina/
http://vkk-journal.ru/store/osnovnoe-o-zaloge-sudebnaya-praktika/
Why?
Thank you.
Hi Alisa!
You can re-size the main product image with:
.template-shop .single-product-main-image .images a {
max-width: 245px;
}
Insert the css code into the quick css field (Enfold > Styling) or into your child theme style.css.
Cheers!
Peter
Peter! Thank you!