Is it possible to change the font size in a dropdown (or spinner) field?

  • Nmead
    Asked on April 20, 2016 at 10:41 PM

    Spinner fields are a bit awkward to enter when using an iPad (i.e. no mouse)

  • Chriistian Jotform Support
    Replied on April 20, 2016 at 11:57 PM

    To change the font-size of your forms please follow this guide: How to Change Font Size on Forms.

    If you only want to change the size of the spinner and the dropdown field and not the other fields, please inject the css below. You can change the value of the highlighted text to fit your requirement.

    table.form-spinner {

        width: 50px!important;

        height: 30px!important;

    }

    [data-type="control_dropdown"] .form-dropdown {

        height: 30px!important;

        max-width: 200px!important;

        width: 50px!important;

    }

    To inject css, please follow this guide: How to Inject Custom CSS Codes

    Is it possible to change the font size in a dropdown (or spinner) field? Image 1 Screenshot 20

    If you need further assistance, please let us know.