Spacing/padding at top of form

  • dgsloves
    Asked on September 20, 2015 at 4:17 PM

    Hi, I'm wondering why there is (and how to get rid of) the big space at the top of my form on this page. I have the code in there with nothing else before (or after). Thanks.

    http://www.schmarketing.com/contact.html

    Jotform Thread 666407 Screenshot
  • Elton Support Team Lead
    Replied on September 21, 2015 at 4:05 AM

    Inject this CSS codes to your form, this should remove the top spacing of the form.

    .jotform-form {padding: 0;}

    .form-all {padding-top: 10px;}

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

    Hope this helps!

     

  • dgsloves
    Replied on September 21, 2015 at 2:01 PM

    Hmm didn't seem to work, don't know why... Added that code to the top of the CSS.

    Thanks for your help!

  • Elton Support Team Lead
    Replied on September 21, 2015 at 5:06 PM

    Please paste the CSS code at the bottom of the all the existing CSS codes. That should work. :)

    Sorry for not mentioning it on the first place. Thank you!