Archived topic
Image previews not in full width
3 replies · Started by Wesley on March 13, 2021
Viewing posts 1–4 of 4
Hi!
The row of product images below the main image are counting four per row. However, it looks like there is room for six. How can I adjust this?
Greets,
Wesley
Hi Wesley,
It's actually WooCommerce' CSS that's setting it to 4:
https://www.screencast.com/t/PTB4Tqv2ds
Normally you'd need to check with their support team but give this a shot first:
.woocommerce div.product div.images .flex-control-thumbs {
display: flex;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Works, thanks Leo!
No problem :)
This archived topic is closed to new replies.