ADJUST Width of List Box in Configurable List widget

  • Navassa
    Asked on March 25, 2015 at 9:53 PM

    This form, I think, somehow lost a previous change that was working for me.

    The UTC column  is too wide  and needs to be  only  5 characters wide.

    I thought this was the CSS code to make that happen.   Doesn't make any change to the width when I paste it at bottom of CSS.

     

    td.col3 > input[type="text"] {

    width: 5em !important;

    }

     

  • jonathan
    Replied on March 26, 2015 at 12:34 AM

    When I checked your jotform http://www.jotform.us/form/50836464116152

    I see it like this

    ADJUST Width of List Box in Configurable List widget Image 1 Screenshot 30

     

    unless I was checking the wrong form.. isn't UTC suppose to be column #5?

    Please try correcting on the CSS code

    td.col5 > input[type="text"] {

    width: 5em !important;

    }

    so it should work like this

    ADJUST Width of List Box in Configurable List widget Image 2 Screenshot 41

     

     

    Hope this help. Please let us know if still not resolve.

    Thanks.

     

     

  • Navassa
    Replied on March 26, 2015 at 9:32 AM

    my o my...how "unsavy" on my side;   thank you so much.  I sure got confused .   :( ...Thanks to you you, all is okay now.   appreciate it.

  • David JotForm Support
    Replied on March 26, 2015 at 11:43 AM

    You are very welcome!  If you have any further questions, let us know and we will be happy to help.