Tagged: product images, thumbnails, woocommerce
Hi
I have managed to edit some things on the single product template for my customer, including making the main product image on the single product page much larger. However this also made the gallery thumbnails below the main image much larger. The solution would be to have 5 or 6 thumbnails per row instead of the default 3. Is there any way to do this?
Thanks
Hey stevegjacobs,
The link is not working. Is the website down or are you blocking locations?
Best regards,
Victoria
Hi Victoria,
I didn’t have control over the dns for a while and was using a hosts file to work on the site. The link works now. Could you check again please? I still have the same issue.
Thanks
Hi stevegjacobs,
Can you try adding this css code in Quick CSS (located in Enfold > General Styling):
#top .single-product-main-image .thumbnails {
width: 100%;
}
#top .single-product-main-image .thumbnails a {
width: 15%;
margin-left: 0.8%;
margin-right: 0.8%;
}
Hope it helps :)
Best regards,
Nikko