Archived topic
Woocommerce Product Page Thumbnails
3 replies · Started by Stefanie on December 5, 2022
Viewing posts 1–4 of 4
Hi - on my woocommerce single product page, on desktop the thumbnails under the main picture are displaying 4 in a row, then a line break before the next one. Not sure why they aren't extending across the full width of the main picture?
https://www.littlemoonpapercompany.com/store/alphabet-flash-cards-pdf/
Thanks,
Stefanie
Hi Stefanie,
Try to add this CSS:
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
clear: none;
}
Perfect! Thank you
No problem :)
This archived topic is closed to new replies.