hi, I purchased this theme and found it very easy to use and looks great
however on my store…the main picture on the product page is too small. How can I fix that? here’s the example https://go-kiddo.net/product/t5-carving-scooter/
thanks!
Hi ana40!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.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: 100%;
}
There is another CSS code interfering and the code above should override it.
Best regards,
Yigit