How to remove the space on the top of a form?

  • tycoprinting
    Asked on January 28, 2016 at 3:07 PM

    We have a form located at the link below but of some reason there is a lot of white space at the top.  We've tried everything but can't get things to shift up.  Any assistance you can provide would be appreciated.

     

    https://form.jotform.com/53404324957154

  • Kevin Support Team Lead
    Replied on January 28, 2016 at 7:11 PM

    Try injecting this CSS code, you can replace the highlighted number with a different value: 

    .form-all {

        margin-top: -100px;

    }

    It worked on my end:

    How to remove the space on the top of a form?  Image 1 Screenshot 20

  • tycoprinting
    Replied on January 28, 2016 at 9:30 PM

    That worked.  Thank you!