Viewing 2 posts - 1 through 2 (of 2 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

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