Can I change the label width in an individual field?

  • AOMRDS
    Asked on May 29, 2016 at 12:36 PM

    I have several fields.  1 field has a large amount of information in the label with a check-off  of just yes or no.  I would like to know if I can increase the label width in just this 1 field. The field is the 1 asking permission to publish.

  • Jan
    Replied on May 29, 2016 at 1:07 PM

    You can align the label on the top so that it'll look better. Select the field and then click the "Label Align" button, after that choose the "Top" option.

    Can I change the label width in an individual field? Image 1 Screenshot 20

    It is possible to increase the width of the label using custom CSS. Here's the CSS code:

    #label_19 {
    width: 300px !important;
    }

    Here's a guide on how to inject custom CSS. Hope that helps. Thank you.