Reduce the space above and below the card

  • EffieMcNair
    Asked on April 10, 2019 at 12:55 AM

    Hi There,

    Can you please explain how to reduce the space above and below the card?

    Here is the link: 

    https://www.solarpowerpanels.net.au/solar-quote/

    Thank you

  • yakupteke JotForm Developer
    Replied on April 10, 2019 at 4:41 AM

    Hi EffieMcNair,

    You could try reducing the height of the iFrame of the form when embedding.

    For example:

    1554885351Screen Shot 2019 04 10 at 11 Screenshot 10

    Here's a screenshot:

    1554885517Screen Shot 2019 04 10 at 11 Screenshot 21

    If you require any further information, feel free to contact us.

  • Richie JotForm Support
    Replied on April 10, 2019 at 9:40 AM

    We can try to change the div assigned to the Form and the paragraphs.

    Can you please try to add these CSS in your web page?

    div.column mcb-column .mcb-item-57rgvvct4 .one .column_column .column-margin-0px{
    position:absolute;
    }
    div.column .mcb-column .mcb-item-k4qhcwycl .one .column_column .column-margin-0px{
        margin-top: 70px;
    }
    div.wrap .mcb-wrap .mcb-wrap-7xg8zfo9d .one  .column-margin-0px .valign-top{
        height: 600px;
    }


    Please give it a try and let us know how it goes.