Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi there,

    What happens if you switch to WooCommerce’s default theme (Storefront) or to the default WordPress theme (Twenty Nineteen)? I’m trying to determine if it’s an issue with Sketch or your WooCommerce installation.

    Thread Starter simonbowns

    (@simonbowns)

    Hi,

    Thanks for this – switching to Storefront solves the problem, so it looks to be an issue with the Sketch theme.

    Hi @simonbowns,

    That’s useful to know, thanks. I’ve been able to replicate this issue with product galleries on my test site (using Sketch), so I’ll create a bug report.

    The following CSS seemed to help the overflow issue on my site, so it could be worth trying it on yours as a workaround:

    .woocommerce-product-gallery {
        overflow: hidden;
    } 

    I hope this helps.

    Thread Starter simonbowns

    (@simonbowns)

    @gemmaevans thanks so much for this, the CSS seems to have solved the problem.

    Cheers!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Woocommerce gallery displaying wrong’ is closed to new replies.