How can I remove extra space between headers/sections?

  • pegramb
    Asked on March 12, 2014 at 8:29 AM

    There is alot of extra space on my page, is there a way to resize the boxes so that I could information on one page versus multiple pages?  I am currently using the free version, do I need to upgrade to make these changes?

  • pinoytech
    Replied on March 12, 2014 at 10:35 AM

    Hi,

    You can remove the extra space of your form's header by using custom csss. Here's the code you need.

    .form-header-group {

    padding-top: 5px;

    padding-bottom: 5px;

    margin-top: 0px;

    margin-bottom: 0px;

    }

    Here's the guide: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    If you need further assistance, please do let us know.