• Resolved MonachusLex

    (@monachuslex)


    The linked page shows what happens whenever an item has multiple images. We get a strange sidebar on the left and no option to see the other images.

    The catalog has worked flawlessly until the last update.

    Please help.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support jaysupport

    (@jaysupport)

    Ah, that just looks like your theme doesn’t have any styling to limit img size to 100%. You can add the following custom CSS to make that so (with a bit of margin to separate if you have more than one image):

    .ewd-upcp-thumbnail-anchor,
    .ewd-upcp-single-product-thumbnail {
        display: block;
        width: 100%;
        margin-bottom: 4px;
    }

    We’ll add an explicit width/max-width to that in a future release, for cases like this.

    Thanks

    • This reply was modified 3 years, 7 months ago by jaysupport.
    Thread Starter MonachusLex

    (@monachuslex)

    Thank you very much. That works perfectly!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Multiple Images Broken Since Update’ is closed to new replies.