How can I adjust the bottom spacing of the form?

  • UBANY
    Asked on April 24, 2016 at 12:01 PM

    Hi,

    I have implemented the css injection suggested earlier on this post. It worked well, but I would love the same effect to show on the bottom.

     

    I tried this code;

    form.jotform-form {

        padding-top: 0!important;

        padding-bottom: 0!important;

    }

    but it did not work.

     

    Can you help please.

     

    Thank you

     

    Nixon

     

  • Welvin Support Team Lead
    Replied on April 24, 2016 at 12:04 PM

    Please do the following:

    1. Inject these codes:

    .jotform-form {

        padding: 0;

    }

     

    2. Adjust the form height in your website. If you mean this form, https://www.jotform.com/form/52567219041554. Just find it in the page editor and adjust the height from 400px to smaller value. Adjust the min height as well since you have it there.

    Let us know if you need further help on this.

  • UBANY
    Replied on April 30, 2016 at 2:49 PM

    Thank you. I got the effect I was looking for through your guide.