How to remove the empty space under the form?

  • jurullc
    Asked on March 27, 2018 at 10:45 PM

    There's a space between my form and the footer.

    Jotform Thread 1427940 Screenshot
  • Nik_C
    Replied on March 28, 2018 at 5:14 AM

    The issue is related to the div where the form is embedded. 

    Please try inserting the below CSS to your Custom CSS of the webpage:

    .wpb_wrapper {

        margin-bottom: -35px!important;


    }

    That should bring the form up so the white space is not showing anymore:

    1522228368Screen Shot 2018 03 28 at 11 Screenshot 10

    Please try and let us know how it worked.

    Thank you!


  • jurullc
    Replied on March 28, 2018 at 5:43 PM

    That worked. Thanks so much! :)