Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #572013

    Hello,
    i want to open a form in a lightbox. it works with ?iframe=true. Is there a possibility to change the layout for the lightbox? For the form i would need approx. 900px width and 90% height.
    thnx in advance.

    #572546

    Hi xxtita!

    Send us a link to your page and we’ll see if we can get you some CSS to use.

    Cheers!
    Elliott

    #572700

    left sidebar, Button “Jetzt online buchen!” opens the form for online-booking. This form needs 1000-1200px width and at least 90% height for best usability.

    #573516

    Hi!

    Thank you for the link. Please add this in the Quick CSS field:

    .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 100%;
        max-width: 1200px;
    }
    
    .mfp-wrap {
        min-height: auto !important;
        height: auto !important;
    }

    Regards,
    Ismael

    #574414

    Hi Ismael,
    perfect, thank you.

    #575189

    Hi!

    Great! Glad we could help! :)

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘open content in lightbox, edit lightbox’ is closed to new replies.