Can you reduce the padding at the top of the form?

  • drschafran
    Asked on April 29, 2015 at 11:32 AM
    Can you reduce the padding at the top of the form? I would like the space between the page header and the form to be tighter.
  • Ashwin JotForm Support
    Replied on April 29, 2015 at 11:37 AM

    Hello drschafran,

    Please inject the following custom css code in form to reduce the padding form top:

    .form-all {

      margin-top: -106px;

    }

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

    Thank you!

  • drschafran
    Replied on April 30, 2015 at 7:48 AM

    Thank you!