• Hi,
    maybe I’m wrong again), but I’d better ask the developer.
    In the firefox browser (everything is fine in Chrome and Opera), a piece of the following image appears to the right of the product photo.
    Fixed by adding code to css:

    woo-product-gallery-slider/assets/public/css/slick.css

    .slick-slide{
    float: left;
    height: 100%;
    min-height: 1px;
    cursor: pointer;
    }

    add
    padding-left:1px;

    .slick-slide{
    float: left;
    height: 100%;
    min-height: 1px;
    cursor: pointer;
    padding-left:1px;
    }

    Screenshots
    https://ibb.co/CB7sSYj
    https://ibb.co/YPx63r4
    https://ibb.co/ZTKNLyy

    thank you for your time

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

Viewing 1 replies (of 1 total)
  • Plugin Author Niloy – Codeixer

    (@im_niloy)

    sometimes it’s conflict with theme CSS and needs to fix them manually as you did 🙂 we are thinking to use another jquery slider in future so this issue will be solved.

Viewing 1 replies (of 1 total)

The topic ‘Firefox Validity’ is closed to new replies.