remove space between the name and email field

  • idevise
    Asked on April 19, 2021 at 11:34 AM

    Hi, before I start I'd like say I love Jotform...it's amazing for our company.

    Issue:
    I'm getting a larger space between the Name and Email line than I am between the Email and Website Address line. Tried duplicating 2nd and 3rd fields in hopes it would copy the correct properties but that didn't work.

    Form URL: https://form.jotform.com/211056098282051

    Thanks.

  • Richie JotForm Support
    Replied on April 19, 2021 at 1:24 PM

    Kindly try adding this custom CSS in your form.

    #id_7{

       margin-top: 0px !important;

    }

    Guide:https://www.jotform.com/help/117-how-to-inject-custom-css-codes

    Let us know how it goes.

  • idevise
    Replied on April 19, 2021 at 3:22 PM
    Thank you!
    ...