How to increase a Number field width on a Configurable List widget

  • susantannermd
    Asked on August 17, 2015 at 3:51 PM

    In Configurable Forms, how do I widen the "Number" box? Alternately, how do I add a sub label to it?

    I am creating a form that uses the "Number" field, which at its current size doesn't show the full hint text.  I would like to either widen it or add a sub label to make it easier to read.

  • Mike
    Replied on August 17, 2015 at 7:21 PM

    Thank you for contacting us.

    Unfortunately, the sub labels are not supported on the Configurable list widget. Only the standard field labels are available.

    How to increase a Number field width on a Configurable List widget Image 1 Screenshot 30

    In order to increase the number field width, please try adding the next CSS to the widget.

    .col4 input {
    width: 130px !important;
    }

    Where .col4 is the field column number and 130px is size in pixels. 

    How to increase a Number field width on a Configurable List widget Image 2 Screenshot 41

    Please feel free to contact us if you need any further assistance.