Eliminate white space at top of form

  • toledobanners
    Asked on January 4, 2015 at 6:53 PM

    How can I cut down on the amount of white space at the top of the form?

  • Ashwin JotForm Support
    Replied on January 4, 2015 at 11:09 PM

    Hello toledobanners,

    Please inject the following custom css code in your form to remove the top margin of your JotForm:

    .form-all {

    margin-top: -100px;

    }

    The following guide should help you on how to inject the custom css code:  http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    Hope this helps.

    Do get back to us if you need any other changes.

    Thank you!