How to set up the product image display size?

This topic contains 3 reply and 2 voices, and was last updated by mx 9 years, 11 months ago
Viewing 3 Posts - 1 through 3 (of 3 total)
Author Posts
May 20, 2014 at 3:55 pm 20729
mx http://www.divaashop.com/product/frequently-asked-questions-in-human-resources-development/
May 21, 2014 at 7:04 am 20765
mx mx

http://www.divaashop.com/product/frequently-asked-questions-in-human-resources-development/

May 25, 2014 at 1:14 pm 21000
Sk Sk

Hello mx

use this following css code at the bottom of dokan/style.css file

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
  width: 37%;
}
.woocommerce #content div.product div.images img, .woocommerce div.product div.images img, .woocommerce-page #content div.product div.images img, .woocommerce-page div.product div.images img {
  width: auto;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
  width: 59%;
}

thank you. 🙂

May 25, 2014 at 4:25 pm 21005
mx mx

hi,sk_shaikat,
thank you.

Viewing 3 Posts - 1 through 3 (of 3 total)