How to Remove Padding on top of Form using Form Designer

  • netruck
    Asked on October 22, 2014 at 8:55 AM
    have lost the ability to get rid of the white space above the form.  Is there a way to do this besides the css codding?  I have it in there but it's no longer working since I started editing in the Designer.

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

    .form-html {padding-top : 0px;}

    .form-line {padding-top : 0px;}

    Thanks for all of your help!

  • Jeanette JotForm Support
    Replied on October 22, 2014 at 11:52 AM

    To remove padding while using Form Designer. I would use the browser inspect element, grab the current CSS Code

    How to Remove Padding on top of Form using Form Designer Image 1 Screenshot 30

    Then I would add this code in the CSS section, on Form Designer:

    .jotform-form {
        padding: 0px 0px;
    }

     

    How to Remove Padding on top of Form using Form Designer Image 2 Screenshot 41

     

    Here is how my test form looks like with padding top set to 0px