Probleme Marging on Product Image
-
Hello,
I don’t understand where the margin problem comes from on the product images.
This is very annoying because I can’t fix it on all of my sites.
Attachments:
You must be
logged in to view attached files.
Hello,
Please deactivate all the plugins except these ones:
Slider Revolution
Elementor
Woodmart Core
Contact Form 7
MailChimp for WordPress
WooCommerce
Safe SVG
If the problem has gone, activate the plugins one by one, checking the issue to detect which one causes the problem.
Best Regards
Hello..
It’s not working..
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
body.woocommerce .website-wrapper div.product .elementor-widget-woocommerce-product-images div.images {
width: auto;
}
@media (max-width: 1024px) {
.website-wrapper .elementor-widget-woocommerce-product-images .woocommerce-product-gallery.thumbs-position-left .woocommerce-product-gallery__wrapper {
margin-bottom: 4px;
}
}