How do I get rid of the large space on the top of my form?

  • michelle_ot
    Asked on April 13, 2016 at 1:13 PM

    I am embedding the form into my web page and there is a large space before my form starts because it is at the top of my form and I can't figure out how to get rid of that top margin or at least reduce it.

    Jotform Thread 817604 Screenshot
  • BJoanna
    Replied on April 13, 2016 at 2:44 PM

    Injecting the following CSS codes to your form. This should removed the top space.

    .form-all {

    padding-top: 0!important;

    }

    .jotform-form {

    padding: 0!important;

    }

    Inside of this guide you can find how to Inject Custom CSS Codes:

    http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    After you add this code your form should look like this.

    How do I get rid of the large space on the top of my form? Image 1 Screenshot 20

    Hope this will help. Let us know if you need further assistance.