Tagged: woocommerce
Hi,
We have the standard setting for woocommerce images.
But on the productpage the image has a scroll bar on the left side.
How can we remove that?
Regards
Hi TravisKempers!
Can you post the link to your product page so we can take a look?
Best regards,
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.four.units.single-product-main-image {
overflow: hidden;
}
Regards,
Yigit
Hi,
Thats quick! But why do we need to add custom code? The other websites with the same template dont need it.
Regards