Why is there so much space at the top of JotForms?

  • quotaintl
    Asked on August 4, 2015 at 10:23 AM

    I have checked our site's HTML code as well as the padding in our form that I'm posting to the website, but there is still a HUGE gap at the top of the form. Is there padding hardcoded into the formatting? How can we get rid of this?

  • Kiran Support Team Lead
    Replied on August 4, 2015 at 12:25 PM

    The padding on the top can be reduced by adding the following CSS code to your JotForm.

    .jotform-form {

      padding-top: 0px !important ;

    }

    Please refer to the following guide that can help you in adding Custom CSS code to your JotForm.

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

    Hope this information helps. Please get back to us if you need any further assistance. We will be happy to help.