Extra blank space at the top of a form.

  • bhds
    Asked on January 7, 2015 at 2:22 PM

    I have started designing a form for the first time since your new form designer seems to have gone live.  This form has extra blank space at the top, which did not happen with forms that I designed before the new form designer was implemented.

    How do I get rid of this extra blank space?  (Why is it even there?)

  • Jeanette JotForm Support
    Replied on January 7, 2015 at 4:15 PM

    Please modify this line of code in your current custom css code (use this guide)

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