What is the CSS to change the size of a drop down field?

  • CandaceSR
    Asked on April 8, 2017 at 10:55 AM

    The size of the drop down field box in the "Grouped Values Dropdown" widget so that it matches the same size of the other field boxes on the form.

  • Mike_G JotForm Support
    Replied on April 8, 2017 at 4:33 PM

    To match the size of the Grouped Values Dropdown widget to the other drop down fields in the form, please add the following CSS codes below to the Custom CSS tab of the widget.

    button.btn.dropdown-toggle.selectpicker.btn-default {

        width: 200px !important;

        border-radius: 0px !important;

        padding: 1px !important;

    }

    What is the CSS to change the size of a drop down field? Image 1 Screenshot 20

    I hope this helps. If you have any further questions or concerns regarding this, please feel free to contact us again anytime.

    Thank you.