How do I removed unnecessary space from the top and bottom of my form?

  • LaurelBaptistChurch
    Asked on June 29, 2015 at 7:25 PM

    How do I remove the unnecessary space from the top of my form? I have inserted

    .form-all { margin: 0 !important; padding: 0 !important; }

    to my CSS and it moved the form to the far left, but there's still a great deal of space on top. I'd like the form to be at the very top of the section in which I am using it. Any help would be appreciated. 

    Jotform Thread 599398 Screenshot
  • Elton Support Team Lead
    Replied on June 29, 2015 at 11:43 PM

    Use this:

    .jotform-form{padding:0 !important;}

    Simply inject this to your form. This should remove the spacing around the form.

    If you have any other questions, feel free to open a thread.

  • LaurelBaptistChurch
    Replied on June 30, 2015 at 8:38 AM

    Thanks so much! Fixed it!

  • Elton Support Team Lead
    Replied on June 30, 2015 at 11:28 AM

    Great! Glad it helps. 

    Cheers!