Hi Support Team,
I’ve read through some previous posts but nothing seems to be working.
I’m using a custom lightbox to have a form popup after clicking a button on my page.
I have tried the following code and nothing has happened:
/*iFrame Jotform*/
.mfp-iframe-holder .mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-height: 1000px !important;
}
Hey jolian123,
I’m not sure if I understand your problem, what exactly are you trying to change?
Best regards,
Rikard
I’m trying to increase the height of the lightbox that pops up when you click the ‘get started’ button’.
Right now you have to scroll to see the whole form, i want to be able to view the whole form once pressing the button.
Somehow I forgot to mention that, sorry about that….
Thanks
Hi jolian123,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.mfp-iframe-scaler iframe {
min-height: 850px;
}
If you need further assistance please let us know.
Best regards,
Victoria