Hi, my WooCommerce product images are full width when viewed on mobile on my websites that use other themes. On my Enfold website they aren’t full width on mobiles and have white space on the right of the image.
Hey mosaic,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
@media only screen and (max-width: 767px) {
.responsive .single-product-main-image {
margin: 0;
}
.woo-variation-product-gallery {
width: 100%;
margin-bottom: 0;
}
}
see the screenshot below for the expected results.
Best regards,
Mike