Reduce spacing between form email field and submit button.

  • JKulp42757
    Asked on September 13, 2016 at 5:07 PM

    I'd like to reduce the space between my form email field, and the submit button. 

    The form is here: https://form.jotform.com/62566075516965

     

    You can see how it currently looks on the site here (it's at the bottom)

    goo.gl/vidfSK

  • Kiran Support Team Lead
    Replied on September 13, 2016 at 7:22 PM

    Please try reducing the question spacing to 0px from the Form Styles in the Form Preferences and add the following CSS to the form.

    #id_2 {

    padding-top: 0px;

    }

    Please see the screencast below that can help you with making the above changes.

    Reduce spacing between form email field and submit button Screenshot 20

    Hope this information helps! Please get back to us if you need any further assistance. We will be happy to help.