How to adjust form's padding with CSS?

  • deanandburton
    Asked on October 27, 2016 at 3:59 PM

    But, on the largest breakpoint, I'm still having the same problem with it jumping down about 100 pixels.

    Thanks again for your help! You rock!

  • Nik_C
    Replied on October 27, 2016 at 4:14 PM

    Regarding this issue, I wasn't sure if you're referring to this space:

    How to adjust forms padding with CSS? Image 1 Screenshot 30

    Please try adding this CSS in you Custom CSS field:

    @media screen and (min-width: 768px)

    .jotform-form {

    padding-top:20px!important;

    }

    That should bring your form little bit up:

    How to adjust forms padding with CSS? Image 2 Screenshot 41

    Please try and let us know if it works, you could adjust padding-top more if you need since I checked it in your live website.

    Do let us know if it is working for you.

    Thank you!