White Space above Jotform

  • Kayla_Hughes
    Asked on July 20, 2017 at 4:15 PM

    Hello! When I am creating my jotforms, I notice that there is a large amount of white space above and below the boundaries of the form itself. How exactly do I eliminate this? I have tried injecting some css to manipulate the margins & padding (both in Wordpress and in the Advanced JotForm Builder), but nothing seems to be working. I just want the blue area of the screenshot, and would like to remove the area that is green. The webpage that this is posted on for your reference is at the following URL: https://www.advancedcommission.com/ambassador-program/

     

    Thank you in advance for your help!

    Jotform Thread 1204459 Screenshot
  • Jan
    Replied on July 20, 2017 at 5:19 PM

    Please insert this custom CSS code to remove the top padding:

    .jotform-form {
    padding: 0 0 !important;
    }

    Here's a guide on How-to-Inject-Custom-CSS-Codes. Here's the result:

    White Space above Jotform  Image 1 Screenshot 20

    Hope that helps. Thank you.

  • Kayla_Hughes
    Replied on July 20, 2017 at 5:50 PM

    This worked beautifully. Thank you!