Archived topic
About Product Gallery on Imprint Theme
3 replies · Started by Adrià on April 7, 2020
Hi guys, I don't know if this is competition from generate press or woocommerce, but there is a problem when uploading related images to show in the product section.
I leave you two images attached:

Here I show the problem that occurs when I upload an image to accompany the main image.

This image shows how the image looks like without other related images and it is how I want it to look.
Please, in case this problem belongs to woocommerce, let me know and I will try to get support through that way.
Hi there,
yeah Imprint was designed around single images for Galleries - try adding this CSS:
.woocommerce-product-gallery__wrapper {
display: flex;
max-width: 600px; /* Set maximum visible width */
}
.woocommerce-product-gallery__image {
flex: 1 0 100%;
}
You can adjust the max-width value to suit your design.
Works great!
Thank you so much David :D
Glad to be of help