Tagged: ,

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

    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;
    }

    #836243

    Hey jolian123,

    I’m not sure if I understand your problem, what exactly are you trying to change?

    Best regards,
    Rikard

    #836440

    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

    #836935

    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

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