How could I manage the width of a dropdown list in the "Configurable list" field?

  • soucy4440
    Asked on August 30, 2016 at 12:02 PM

    Please see my file, i would like to reduce the width of the list area called "Activités" to the label width.

    At this moment, the width is as large as the larger text in the dropdown choices.

  • Mike
    Replied on August 30, 2016 at 2:17 PM

    This is possible to adjust the dropdown width by adding CSS to the widget.

    Example:

    .col2 select{
    width: 140px;
    }

    How could I manage the width of a dropdown list in the Configurable list field? Image 1 Screenshot 20

    .col2 represents the column number and 140px is the width in pixels.

    If you need any further assistance, please let us know.