Tagged: columns, gallery, Product, woocommerce
Hi,
Other posts have covered this topic but their solutions don’t seem to be working for me.
I’m trying to change the number of columns from four to two, and have tried resizing the thumbnails and regenerating them; this doesn’t seem to help. I’ve also tried
Earlier solutions suggested changes to the config.php file but I can’t seem to find a reference to the columns in that file.
many thanks for your help
Simon
Hey Simon,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
width: 50%;
}
Best regards,
Yigit
Thanks Yigit – that worked, and the site is now up and looking cool; I eventually went with three columns (33%) so that the text wasn’t overwhelmed by giant images.
Edible Paris: three-column product gallery
Great support – as ever,
best
Simon
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery–columns-4 .flex-control-thumbs li {
width: 50%;
}
Hi,
I’m glad you were able to get this corrected. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon