Archived topic
CLS issue - WooCommerce Single Product Page
4 replies · Started by pro123 on April 16, 2022
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
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;
}
Hi David,
Thanks for your advice.
The issue is still present. I will investigate further.
Thanks
Regards,
Luuk
Ok - let us know what you find
Thanks David!