Okay
  Public Ticket #2542002
Button Lightbox
Closed

Comments

  •  21
    Sanjay started the conversation

    Hi, I've made some button lightboxes on this page - they work and it's great. The only thing I'm wondering is can we make the lightbox display with more height for mobile?

    Thanks

  •  8,851
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    @media (max-width: 690px) {
        .mfp-iframe-scaler {
            min-height: 500px !important;
        }
    }

    Thanks


    ThemeNectar Support Team 

  •  21
    Sanjay replied

    Very nice, thankyou