change width of label

  • Kayla_Hughes
    Asked on April 19, 2016 at 2:48 PM
  • victor
    Replied on April 19, 2016 at 4:21 PM

    To adjust all the label width of your form, you may inject the following CSS code:

    .form-label {

        width: 50px !important;

    }

    change width of label Image 1 Screenshot 20

    If you require additional assistance, please let us know.