How to delete empty space in bottom of form?

  • kreativtforum
    Asked on August 10, 2015 at 7:41 AM

    There is a big space between the last text/image in bottom of the form and the end of the form. How do I minimize this? And in top of the form as well. Thank you.

    Jotform Thread 633596 Screenshot
  • Jan
    Replied on August 10, 2015 at 10:48 AM

    Please inject this custom CSS code in order to reduce the top and bottom padding.

    .jotform-form {

    padding: 10px 0 !important;

    }

    Here's a guide on how to inject custom CSS. Let us know if you need further assistance. Thank you.