Multiple Text Fields Widget - reduce input field width

  • AmerDamer
    Asked on January 30, 2018 at 7:54 PM

    I added the Multiple Text Fields widget to my form.  They will only need to enter a number, so I'd like to reduce the width of the text input fields. I assume I can do that with a CSS code, but am unsure of what code to use. OR is there a better widget to use?

    Thanks,

    Amy

    Jotform Thread 1367585 Screenshot
  • liyam
    Replied on January 30, 2018 at 10:37 PM

    I checked the widget in your form (http://www.jotform.us/form/80285439651159) and noticed that there already are CSS codes in it. I suppose this is already resolved. If in any case you need further assistance, please let us know.

    Thanks.

  • AmerDamer
    Replied on January 31, 2018 at 3:55 PM

    I was trying different things, but couldn't get it to work.  So maybe you saw it when I was trialing it?  I still want them smaller than they are.  Thanks.

  • aubreybourke
    Replied on January 31, 2018 at 5:14 PM

    Add the following CSS in your widget (and modify it how you like):

    td{

    width: 50px !important;

    float:left !important;

    }

    It will look like this:

    1517436810The Easiest Online Form Builde Screenshot 10

  • AmerDamer
    Replied on February 1, 2018 at 6:15 AM

    Thank you!!