Is increasing the "spinner" box size a possibility?

  • n3mo
    Asked on September 23, 2015 at 11:42 PM

    Basically, that's it. I'd like to increase the input box size so that it is usable on a small phone. I managed to do that slightly, but the font size inside the box remains tiny. I know it's probably in the .css file, but didn't manage to find it. I'd be grateful for any pointers, thanks in advance.

  • Mike_G JotForm Support
    Replied on September 24, 2015 at 8:38 AM

    I believe you are referring to this form: 

    http://www.jotformeu.com/form/52648873879377

    and I see what you mean

    Is increasing the spinner box size a possibility? Image 1 Screenshot 30

    You can fix that by injecting this CSS codes to your form using this guide:

    .form-spinner-input-td input{

    padding: 1px !important;

    height: 36px !important;

    font-size: 24px !important;

    }

    Is increasing the spinner box size a possibility? Image 2 Screenshot 41

     

    I hope this helps. Let us know if you need any further assistance. Thank you.

     

     

  • n3mo
    Replied on September 28, 2015 at 11:43 PM

    Thank you very much, that was exactly what I needed!