Wordpress Site - Form Creating Long Bo

  • robindotadams
    Asked on August 3, 2018 at 8:26 AM

    I've tried embedding a jotform form into my wordpress site (which is built on Divi) and the form drops in... but then creates a huge grey area underneath it.  I want to remove the grey area so that the form just sits as if part of the website.


    Here's a screen shot

    https://www.screencast.com/t/OC5g7WkkOFu

  • David JotForm Support Manager
    Replied on August 3, 2018 at 11:14 AM

    That huge grey area underneath the form, is created by the height of the Iframe of your WordPress site where you have embedded the form.

    Please try reducing it:

    1533309106reduced Screenshot 10

    You may try adding the following code in the page where you have embedded the form:

    <style type="text/css">

    iframe.wp-embedded-content{

        height: 250px !important;

    }

    </style>

    Let us know if you need more help.