New Landing How can we help? Atelier Line in product images on /shop-page

Viewing 12 posts - 1 through 12 (of 12 total)
  • Posted in: Atelier
  • #330759
    Rebels
    Member
    Post count: 6

    Hi there,

    When visiting the /shop page, the images get a (ugly) line on the right side when using Firefox. See the attachment. What could cause this?

    Thanks!

    Attachments:
    You must be logged in to view attached files.
    #330761
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    That looks to be the section divider colour, this is set in the Customizer => Color – Page => Section divide color.

    This is how I currently see your products in FF + Mac.

    #330766
    Rebels
    Member
    Post count: 6

    Hi there,

    Thank you for your quick response.

    I don’t think it’s the divider color, I still get a (hard black) line as in my previous attachment.

    #330771
    David Martin – Support
    Moderator
    Post count: 20834

    What OS/version are you using?

    Could you also clear your browser cache?

    #330774
    Rebels
    Member
    Post count: 6

    Windows 10 and FF 54

    Caches cleared.

    #330902
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Yes, I see that also. Tt seems the browser cannot correctly handle the percentage based widths of the image.

    Please test this, please add this to Theme Options => Custom CSS:

    .browser-ff .woocommerce-page .variable-image-wrapper img {
        max-width: 98%;
    }
    #330903
    Rebels
    Member
    Post count: 6

    Added the custom css & flushed cache, still not helping.

    #330904
    David Martin – Support
    Moderator
    Post count: 20834

    Ok, would you mind adding a login for me to better assist further?

    Thanks,
    David.

    #330907
    Rebels
    Member
    Post count: 6
    This reply has been marked as private.
    #330913
    David Martin – Support
    Moderator
    Post count: 20834

    Perfect – thanks.

    I have amended the code to this:

    .woocommerce-page.browser-ff .variable-image-wrapper img {
        max-width: 98%;
    }
    #330914
    Rebels
    Member
    Post count: 6
    This reply has been marked as private.
    #330915
    David Martin – Support
    Moderator
    Post count: 20834

    Glad to help you out!

    If you have found the theme/support useful, we appreciate it if you can leave feedback on our item if you have the time as it really helps us out.

    Thanks,
    David

Viewing 12 posts - 1 through 12 (of 12 total)

You must be logged in to reply to this topic.