• Resolved reymolina

    (@reymolina)


    Hello, When clicked the thumbnail the pop-up lightbox always moved to up. I need to scroll down to clicked it again. Any idea how to fix it?

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

Viewing 1 replies (of 1 total)
  • Plugin Author Daniel Iser

    (@danieliser)

    @reymolina – appears to have something to do with your theme using

    body {
    overflow-x: hidden;
    }

    Try adding the following which fixed it for me.

    body {
    overflow-x: initial;
    }

    Hope that helps.

Viewing 1 replies (of 1 total)
  • The topic ‘Lightbox always moved to top’ is closed to new replies.