Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1420308

    ArtOfSpring
    Participant

    Hi there,

    on my shop page: https://visit-coffee.com/store/
    the product image thumbnails have a white space underneath – between the image and the grey border.
    The same occurs with the Related Products thumbnails.
    How can I get rid of this?

    Thank you!

    #1420544

    Thai
    Moderator

    Hi There,

    Please add this CSS under Customizer > Custom > Global CSS:

    .woocommerce li.product .entry-featured img {
        margin-bottom: -9px;
    }

    Hope it helps 🙂

    #1420546

    Christian
    Moderator

    Hey there,

    Please add the code below in your Appearance > Customize > Custom > Global CSS

    .woocommerce li.product .entry-featured img {
        margin-bottom: -10px;
    }

    Our demos does not have that issue though so third party factors like optimizations might have caused that.

    Thanks.

    #1420556

    ArtOfSpring
    Participant

    Thank you!

    #1420661

    Thai
    Moderator

    You’re most welcome 🙂