Title: Lightbox positioning
Last modified: June 20, 2022

---

# Lightbox positioning

 *  Resolved [alfbl1](https://wordpress.org/support/users/alfbl1/)
 * (@alfbl1)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/lightbox-positioning/)
 * 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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Flightbox-positioning%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Support [elviiso](https://wordpress.org/support/users/elviiso/)
 * (@elviiso)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/lightbox-positioning/#post-15753483)
 * Hi [@alfbl1](https://wordpress.org/support/users/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](https://wordpress.org/support/users/elviiso/)
 * (@elviiso)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/lightbox-positioning/#post-15776559)
 * Hi [@alfbl1](https://wordpress.org/support/users/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.

 * ![](https://ps.w.org/foobox-image-lightbox/assets/icon-256x256.gif?rev=2667030)
 * [Lightbox & Modal Popup WordPress Plugin - FooBox](https://wordpress.org/plugins/foobox-image-lightbox/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/foobox-image-lightbox/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/foobox-image-lightbox/)
 * [Active Topics](https://wordpress.org/support/plugin/foobox-image-lightbox/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/foobox-image-lightbox/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/foobox-image-lightbox/reviews/)

## Tags

 * [screen](https://wordpress.org/support/topic-tag/screen/)

 * 2 replies
 * 2 participants
 * Last reply from: [elviiso](https://wordpress.org/support/users/elviiso/)
 * Last activity: [3 years, 10 months ago](https://wordpress.org/support/topic/lightbox-positioning/#post-15776559)
 * Status: resolved