[Resolved] CLS issue – WooCommerce Single Product Page

Home Forums Support [Resolved] CLS issue – WooCommerce Single Product Page

Home Forums Support CLS issue – WooCommerce Single Product Page

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #2190374
    pro123

    Hi Team,

    Pagespeed is reporting a CLS issue (0,262) for the following class on all WooCommerce single product pages

    div class=”summary entry-summary”

    Example URL in the private area

    Regards,
    Luuk

    #2190531
    David
    Staff
    Customer Support

    Hi there,

    Theres several issues in Wocoommerce that can lead to CLS, one of which is image sizes of the gallery images. You can try giving the gallery a min-height with CSS:

    .woocommerce div.product div.images .flex-control-thumbs {
        min-height: 100px;
    }
    #2190797
    pro123

    Hi David,

    Thanks for your advice.
    The issue is still present. I will investigate further.

    Thanks

    Regards,
    Luuk

    #2191177
    David
    Staff
    Customer Support

    Ok – let us know what you find

    #2194659
    pro123

    Thanks David!

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