Can I change the height of the jot form box?

  • hc3lowe
    Asked on July 6, 2017 at 2:34 PM

    The box on our new site has a lot of extra white space at the top and bottom.  How can I remove this or edit the code? 

  • David JotForm Support Manager
    Replied on July 6, 2017 at 3:11 PM

    Please inject the following code: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    .jotform-form,.form-all {

        padding: 0px 0 !important;

    }

    .form-line {

        padding: 0px !important;

    }

    That should remove the top and bottom extra space.