Are you a GenerateCustomer?

Do you have an active GP Premium or GenerateBlocks Pro license key?

Create a GenerateSupport account for GeneratePress and GenerateBlocks support in one dedicated place.

Create an account
Already have a GenerateSupport account? Login

Just browsing?

Feel free to browse the forums. Support for our free versions is provided on WordPress.org (GeneratePress, GenerateBlocks).

Want to become a premium user? Learn more below.

Woocommerce thumbnail size

  • Hi,

    I make my own foto’s for my webshop. In the product catalog the thumbnails leave a little empty space under them. I think this looks bad. Do you know how to fix this with your theme?

    https://www.demonsetmerveilles.com/product-category/brands/walt-disney/

    I already have changed the main image widt to 0 and 0.
    The thumbnail cropping to 1:1 ratio

    I have also tried to work with custom, but all my images have a difference in absolute size. 120 x 120 px of 140 x 140 px. All my product images are square.

    Love to hear.

    Kind regards,
    Pascal

  • Hi there,

    in the Customizer > Additional CSS, look for this rule:

    
    .wc-product-image {
        border: 2px solid var(--accent);
    }
    

    And replace it with:

    
    .wc-product-image .inside-wc-product-image {
        border: 2px solid var(--accent);
    }
    
  • You are my hero! Thank you so much. It is solved and looks great now.

  • Glad to be of help!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.