Reducing space between form fields

  • anerley
    Asked on August 8, 2017 at 9:19 PM

    Hi there,

     

    Here is my form, are you able to please help me make the spaces between the form fields smaller. I have gone to the advanced designer and changed the padding however nothing changes, if there something else I need to do ?

    I want some sections closer together than other sections, is the possible ? Like the personal details can be closer than the contract details for example.

    When you select an agents name - can that make the form know in the back end to email that person ? So admin get the form and the agent gets the form ONLY if they are selected?

    https://form.jotform.co/62927189932873

    Thanks so very much for your help

  • John_Benson
    Replied on August 8, 2017 at 10:39 PM

    Could you please tell us which space on your form that you want to reduce? See image below:

    Reducing space between form fields Image 1 Screenshot 20

    If you're referring to the space between Buyer One, Phone Number, Email, etc. Please add this custom CSS code to your form:

    .form-line {

        margin-top: -5px !important;

        margin-bottom: 0px !important;

    }

    To add a Custom CSS Code to your form, please follow this guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    ---


    We will be addressing your other question to a new thread shortly. Here's the URL: https://www.jotform.com/answers/1219261

    Thank you.