How can I reduce the border height on my form

  • katyalrikin
    Asked on November 8, 2014 at 1:28 PM

    I have a form and I use the <script> to embed it. But there is a lot of whitespace above and below my form. How can I reduce that. Thanks. (BTW I changed the background to white so I can take the screenshot.)

    Jotform Thread 456279 Screenshot
  • jonathan
    Replied on November 8, 2014 at 5:54 PM

    Hi,

    Please try adding this CSS codes to the existing codes in your jotform http://www.jotform.ca/form/42975235205253

     

    .form-all {

    margin-top: -70px;

    }

    Adjust the number accordingly if needed. This code should shift your form more upward like this...

    How can I reduce the border height on my form Image 1 Screenshot 20

     

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

    Please inform us if still not resolve.

    Thanks.