Remove space at top of the form

  • KathB_OMG
    Asked on December 11, 2017 at 6:41 PM

    Hi

    For this form, the shadow has gone yay, but there is heaps of space at the top.  Below is the code I have in place.  Think something needs to be changed.  Look forward to your help.

    https://form.jotform.co/73416600819860

    Cheers

    Kath

    Jotform Thread 1320290 Screenshot
  • Jan
    Replied on December 11, 2017 at 7:54 PM

    My understanding is that you want to remove the top space of the form. If yes, then please use this CSS code:

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

    Here's a guide on How-to-Inject-Custom-CSS-Codes. Here's the result:

    151304005312 12 e6w0e Screenshot 10

    Hope that helps. Thank you.