Why Does my form start so far down on the page

  • meatballhead
    Asked on March 26, 2015 at 7:02 PM

    Can't seem to remove the whits space on top. I have the cell on my page set to "top". The top alignment set to "0" in the JF designer

     

  • Elton Support Team Lead
    Replied on March 26, 2015 at 8:34 PM

    Hi,

    Inject this CSS codes to your form. This should remove the top spacing on your form.

    .form-all {padding-top: 0;}

    #text_1 p {margin-top: 0;}

    li#id_1 {padding-top: 0;}

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

    Or you can also remove the paragraph tags (<p>) in your header paragraph lines in the form builder. This should help as well.

    Why Does my form start so far down on the page Image 1 Screenshot 20

    Thank you!