How do I adjust the space/padding at the top of the form just before my first field?

  • kickstock
    Asked on May 1, 2022 at 1:10 PM

    There's alot of space at the top of my form before the first field starts on the form, how do I adjust this space?

    Jotform Thread 3978618 Screenshot
  • Durand_C
    Replied on May 1, 2022 at 3:34 PM

    Hello Cliff,

    Thanks for reaching out to Jotform Support. Please may I have the form URL so we can check it for you? Here is a guide on where to find it.

    Let us know if you have any other questions.                  

  • kickstock
    Replied on May 3, 2022 at 1:52 PM
  • Gilbert JotForm Support
    Replied on May 3, 2022 at 4:35 PM

    Hello Cliff,

    Thanks for reaching out to Jotform Support.

    Please try adding this CSS code to your form.

    .form-all {
      margin-top: -20px !important;
    }


    Your form should then look like this

    1651609779 627190b3b3229  Screenshot 10

    As you may have noticed, the margin at the top has decreased. Would this work for you? You can just adjust the value of the margin-top property depending on the space you want the form to have.

    If you need further assistance, please let us know.

  • kickstock
    Replied on May 3, 2022 at 5:53 PM

    Thank you!