How to remove the huge blank space at the top of the form

  • Nordal
    Asked on January 19, 2020 at 2:34 PM

    Hi there,

    I am making a form which I am ready to start using. However, for some reason there is a huge blank space at the top of the form that I can't seem to get rid of. Please can you help? As it looks unprofessional and I can't start using the form.

    I want the form to start at the top of the page.


    PLEASE HELP URGENTLY!!

  • VincentJay
    Replied on January 19, 2020 at 3:04 PM

    Are you referring to this space? See the screenshot below.

    1579464111g34f1s Screenshot 10

    If yes, please add this custom CSS code to your form:

    @media screen and (min-width: 1024px)

    .jotform-form {

    padding: 0px;

    To add a custom CSS code, please follow this guide: 

    How-to-Inject-Custom-CSS-Codes