Reduce white space betwen labels and input fields of the Multiple Text Fields widget

  • whispersinthesoundofsilence
    Asked on February 20, 2019 at 3:57 AM
    how can I reduce white-space between the multiple text-field numeration and input on my site, as seen in question 4.h?
  • Mike_G JotForm Support
    Replied on February 20, 2019 at 4:11 AM

    To reduce the space between the input fields and the labels of the Multiple Text Field widget in your form, please inject the following CSS codes to the Custom CSS tab of the widget.

    #inputsContainer th {

        width: 50px;

    }

    1550653720t04 06 15 Screenshot 10

    How-to-Inject-CSS-Codes-to-Widgets

    I have applied the changes to the same clone version of your form I have mentioned in the original thread — https://form.jotform.com/90501947539968

    I hope this helps. If you have other questions or concerns, please do not hesitate to let us know.

  • whispersinthesoundofsilence
    Replied on February 20, 2019 at 4:18 AM

    Solved. Thank you so much!