Hello,
I am trying to add 3 thumbnail images under a main product image on one of my product pages. I added them here:
The end result is that they display as full size images on my product page:
How can I get them to display as thumbnails lined up horizontally under the main image like in the Enfold example page? EX:
Thank you
Also, the images displayed included my main product image. I only want the 3 images that I assign as gallery images. I don’t want my main product image to appear in the gallery images
Hi,
Thank you for the inquiry.
The product gallery images should align automatically when added. Please provide a link to the product page so we can check the issue properly.
Best regards,
Ismael
Thank you for your assistance.
I have added the login info in “private content” section below
Hi,
Thank you for the info.
The css rules (woocommerce-mod.css) for the gallery items are missing for some reason. To fix the issue temporarily, please add this code in the Quick CSS field.
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
display: flex;
}
Best regards,
Ismael
Is there any way to exclude it?