• Resolved alfbl1

    (@alfbl1)


    Hi, I’m having a problem on mobile.
    When someone clicks on gallery, gallery lightbox opens on the center of the page so you have to scroll to it.

    Is it possible to open lightbox on the center of user screen instead of center of page?

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

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

    (@elviiso)

    Hi @alfbl1

    For mobile devices, you can use the following CSS which will make the image be more visible. You can adjust the height value to your preference.

    @media only screen and (max-width : 480px) {
    
          .fbx-light.fbx-modal {
        height: 40% !important;
    }
    
        }

    You can add the code to your main CSS file or your child theme’s main CSS file.

    Kind regards,
    Elvis

    Plugin Support elviiso

    (@elviiso)

    Hi @alfbl1

    We haven’t heard from you in a while, so we presume the problem has been resolved and we’re closing this support ticket.

    If you are still experiencing the problem, then please open a new support ticket.

    Regards,
    Elvis.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Lightbox positioning’ is closed to new replies.