Multiple Text Fields: Adjust the length of the labels in the widget.

  • annemcfarland
    Asked on September 20, 2016 at 5:08 PM
    I have another question about the multiple text fields. Is there anyway to increase the length of the label so that i can get the text all on one row?
  • Support_Management Jotform Support
    Replied on September 20, 2016 at 5:37 PM

    I'm assuming you're referring to these fields:

    Multiple Text Fields: Adjust the length of the labels in the widget Screenshot 50

    You wanted to make them longer so it only shows in 1 line, is that correct?

    If that's the case, inject the following CSS Codes on your Multiple Text Field widget's Custom CSS tab:

    #inputsContainer th {

       width: 260px;

    }

    1. Click the wand-like icon:

    Multiple Text Fields: Adjust the length of the labels in the widget Screenshot 61

    2. Then paste the CSS Codes on the Custom CSS tab:

    Multiple Text Fields: Adjust the length of the labels in the widget Screenshot 72

    RESULT:

    Multiple Text Fields: Adjust the length of the labels in the widget Screenshot 83

  • annemcfarland
    Replied on September 20, 2016 at 10:44 PM

    Thank you, Thank you, THANK YOU!

     

    This makes everything look SO much better!