Make the Drop Down Larger in the Configure List Widget?

  • mybackcracker
    Asked on January 2, 2015 at 5:34 PM
    Is there a way to make the drop down larger in the configure list widget?
  • Charlie
    Replied on January 2, 2015 at 10:03 PM

    Hi,

    What you meant by making it large is having it wider? We can change the width of a specific field in the Configurable List widget by following the screenshots below.

    1. View your form in your web browser. We will need to get the specific path of the field in your Configurable List widget that we want to style or design.

    Make the Drop Down Larger in the Configure List Widget? Image 1 Screenshot 50

    2. Copy the CSS path of it, in my case the dropdown field.

    Make the Drop Down Larger in the Configure List Widget? Image 2 Screenshot 61

    3. Navigate back to the form builder and click the wizard setup of your widget.

    Make the Drop Down Larger in the Configure List Widget? Image 3 Screenshot 72

    4. Scroll down and you will see the area where you can add custom CSS code.

    In my case this is my code:

    #list > tbody > tr:nth-child(2) > td.col1 > select {

    min-width:200px !important;

    }

    Pink highlight: This is the CSS path that we copied.

    Green highlight: This is the custom CSS code where we want to change the width of my dropdown.

     

    Make the Drop Down Larger in the Configure List Widget? Image 4 Screenshot 83

    This is how it will looked like in my end: https://www.jotform.com/form/50017853064955. You can also share us your form's URL so that we can assist you on styling it.

    I hope this helps. Let us know if you need more assistance on this.

    Thank you.