Tagged: Lightbox
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.
Hi xxtita!
Send us a link to your page and we’ll see if we can get you some CSS to use.
Cheers!
Elliott
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.
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
Hi Ismael,
perfect, thank you.