Embedded form

  • amyallshouse
    Asked on November 10, 2016 at 7:43 PM

    How can I remove the white space between the first fields on my form and the page.

    see http://www.pjcc.org/pjccrebar/

    I don't see why there is so much white space under the header: 

    Submit Your "Coming of Age" Story

     

  • liyam
    Replied on November 10, 2016 at 9:07 PM

    Hello amyallshouse,

    Please try adding this CSS code into your form:

    form {
         margin-top: 0 !important;
    }

    If you need to know how to inject CSS into your form, please check this guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    If in case you need assistance, please let us know.

    Thanks.