Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1486341

    Hello! I have a button that opens a lightbox with a contact form within. It looks okay in desktop but in mobile the lightbox cuts off the form. I used the instructions on the button open lightbox documentation (below). No other css or theme file updates made. Is there a way to show the form at full height?

    https://kriesi.at/documentation/enfold/button/

    #1486342

    Hey cnpetr,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .mfp-iframe-scaler {
      height: 90vh !important;
    }

    feel free to adjust to suit.

    Best regards,
    Mike

    #1486412

    Thank you Mike! Works great.

    #1486417

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Lightbox with Contact Form’ is closed to new replies.