[Resolved] About Product Gallery on Imprint Theme

Home Forums Support [Resolved] About Product Gallery on Imprint Theme

Home Forums Support About Product Gallery on Imprint Theme

  • This topic has 3 replies, 2 voices, and was last updated 4 years ago by David.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1230525
    Adrià

    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.

    #1230866
    David
    Staff
    Customer Support

    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.

    #1231469
    Adrià

    Works great!

    Thank you so much David 😀

    #1231488
    David
    Staff
    Customer Support

    Glad to be of help

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.