• Resolved mojohelps

    (@mojohelps)


    Hi,
    first off, thanks for this awesome plugin!
    I am using the media grid as well as a sticky header.
    When the lightbox is active, the sticky header is covering the lightbox navigation on the top right (yes, it can still be clicked on if you know where it is any Esc is also working).
    Here a picture, the site is not online yet – picture.
    Anyway, is there a code to change the height of the lightbox to make it? That would be the perfect solution.
    Thanks in advance for your reply, have a great weekend!
    Warm regards,
    Johannes

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi @mojohelps,

    Thanks for contacting Leap13 support!

    Could you please try to copy and paste below custom CSS to your widget settings > Advanced tab > Custom CSS and let me know if it did the trick?

    .dialog-lightbox-widget {
        height: 90vh;
    }

    Regards

    Thread Starter mojohelps

    (@mojohelps)

    Hi, thanks for the prompt reply.
    Unfortunately, adding the code did not change anything.

    Would it be possible to just lower the lightbox by XXpx via a code?
    That would solve it in my case now.

    Your efforts and reply are much appreciated!

    Cheers,

    Hi @mojohelps,

    Hope you’re having a great day ??

    Sorry, we should use !important to force apply previous custom CSS.

    Also, you can use the below custom CSS, please copy and paste it to your widget settings and let me know if it did the trick.

    .dialog-lightbox-widget {
        height: calc(100vh - 100px) !important;
    }

    Ps. please change 100px to your header height.

    Regards

    Hi @mojohelps,

    We didn’t hear back from you. So, please let us know if you still need any further assistance.

    Regards

    Thread Starter mojohelps

    (@mojohelps)

    Hi,
    Thank you for the prompt help and the efforts!
    This code really did the trick, awesome!
    Cheers,

    Hi @mojohelps,

    Great, I’m so glad that everything is working just fine with you now.

    If you have any farther questions, please don’t hesitate to feed me back anytime?
    It would be great if you could please do us a BIG favor by rating Premium Addons for Elementor on our WordPress?page.

    Regards

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Media Grid Height’ is closed to new replies.