Home Forums WoodMart support forum Probleme Marging on Product Image

Probleme Marging on Product Image

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #420696

    haruads
    Participant

    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.
    #420820

    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

    #422328

    haruads
    Participant

    Hello..

    It’s not working..

    #422439

    Artem Temos
    Keymaster

    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;
    	}
    }
Viewing 4 posts - 1 through 4 (of 4 total)