How Can I Change Spacing Between Questions?

  • bktab2020
    Asked on August 4, 2020 at 12:48 PM

    Please provide assistance on the following:

    How the get rid of dead space on the form?

    As pictured on the example, how to make the spouse and debtor fields larger?

    More cell space to key in responses.

    Enter in an area for notes.

    Jotform Thread 2491129 Screenshot
  • Amin JotForm Support
    Replied on August 4, 2020 at 2:43 PM

    Is what you're after having the the spacing between the two fields decreased?

    If so, kindly note that you may decrease the spacing between form fields as shown below.

    1596566145screenshot www Screenshot 10

    Related guide: How-Can-I-Change-Spacing-Between-Questions

    If I, in any way, have misunderstood your concern, we would be so much grateful if you could just further elaborate and provide more information, so that we can better assist you.

  • bktab2020
    Replied on August 5, 2020 at 4:51 PM

    Now can you please help me with making changes to the name field by making the names side by side and make the fields wider.

  • Amin JotForm Support
    Replied on August 5, 2020 at 7:04 PM

    Could you please allow me some time to closely look into this?

    I promise I will be right back the soonest I can.

    Your patience is most appreciated.

  • Amin JotForm Support
    Replied on August 5, 2020 at 7:09 PM

    Kindly inject the following CSS code into your form:

    #first_6, #middle_6, #last_6, #suffix_6,

    #first_7, #middle_7, #last_7, #suffix_7{

        width: 500px !important;

    }     

    Related guide: Customize-Your-Form-Using-Custom-CSS-Codes

  • bktab2020
    Replied on August 10, 2020 at 10:22 AM

    Please help me to expand so that I can see the chart


  • Rosa_C
    Replied on August 10, 2020 at 10:36 AM

    Hi there,
    To confirm, do you want to make these fields larger?1597070183Screenshot 2 Screenshot 10Please confirm and we will provide you with the CSS code to achieve that.
    Looking forward to your reply.
    Thank you.

  • bktab2020
    Replied on August 13, 2020 at 10:29 AM

    Yes!

  • Bojan Support Team Lead
    Replied on August 13, 2020 at 12:17 PM

    Please add the following CSS to your form:

    #cid_186 input,
    #cid_25 input {
      width: 100px !important;
    }

    This will make input larger for the Client Names and If yes, please complete the chart below fields. Currently, the width is set to 100px, however, you can update this to your liking.

    You can click here to see how to inject provided CSS.

    Let us know if the provided solution will work for you.