I have trouble changing the width of a dropdown item

  • cherrihsu
    Asked on February 1, 2015 at 10:22 PM

    I've tried two ways: one directly in the form builder.

    I have trouble changing the width of a dropdown item Image 1 Screenshot 30

    and the other is in designer and css area.

    I have trouble changing the width of a dropdown item Image 2 Screenshot 41

    So I figure either something is wrong in my setting, or understanding to the system.  Anyhow could somebody please help us here?

    best,

    Cherri

  • Ben
    Replied on February 2, 2015 at 8:12 AM

    We are always happy to help Cherri.

    I presume that you want to increase its width to match the width of the longest option - the same width as the list.

    Please try this CSS code on for size and let us know how it goes:

    #input_59 {
        min-width: 250px;
    }

    You can see here how to inject the CSS code: Inject Custom CSS Codes