wider box for the filed name or label name

  • pcloutier
    Asked on October 6, 2016 at 10:28 AM
  • David JotForm Support
    Replied on October 6, 2016 at 12:22 PM

    You can set the width of all the field labels in your form by adding the following code:

    https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    .form-label {
        width : 200px;
    }

    Increasing the value will increase the width of your labels.