How to adjust the top and bottom padding of the form?

  • curryandtandoor
    Asked on February 5, 2015 at 6:16 AM
    1) I have extremely large white space at both top & bottom. Tried many ways to fix it, but nothing seemed to work. So I set the background to "none" (just to cosmetically to hide it). What's the correct CSS to use?
  • Welvin Support Team Lead
    Replied on February 5, 2015 at 6:32 AM

    Hi,

    Inject the following custom CSS codes to your form:

    .jotform-form {

    padding : 0 !important;

    }

    Let me know if you need more adjustments to both the top and bottom padding. Here's how you can inject the codes:

    http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Thanks