Can I change heighth and width of the State Picker Widget?

  • AMDLLCINFO
    Asked on June 24, 2016 at 5:41 PM

    I am using the State Picker Widget "SPW"in my form https://form.jotform.com/61724089153154

     

    It is placed next to a drop-down list in the form. I would like the dimensions of the two fields to be the  same...at least the heighth.

     

    I have include the URL of my webpage, as well as a screen-shot of the use of the SPW.

     

    Is possible with some CSS styling?

     

    Thanks!

    Jotform Thread 869082 Screenshot
  • David JotForm Support
    Replied on June 24, 2016 at 6:56 PM

    Adding this code to the widget CSS section should increase the width of the select box:

    Can I change heighth and width of the State Picker Widget? Image 1 Screenshot 30

    .bfh-selectbox{
    min-width : 150px;
    }

    You can further adjust the height and width of the widget by clicking on the widget, then clicking on the little gear icon in the top right of the field to bring up the alternate options:

    Can I change heighth and width of the State Picker Widget? Image 2 Screenshot 41

    Change the height and width of the widget from there.