Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1364057

    Hi,

    I have set-up a button which creates a form as a lighbox – as per your documentation.

    Is there any way/extra coding on the link extension that defined the depth of the lightbox. It looks ok on desktop, but not enough depth on a mobile so you have to scroll to complete.

    I have tried defining the form size but this does not take effect in a light box.

    Thanks

    #1364060

    Hi,

    Thanks for contacting us!

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    @media only screen and (max-width: 767px) {
    .page-id-1164 .mfp-iframe-scaler {
      padding-top: 146.25%;
    }
    }
    

    Cheers!
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.