How do I increase the field height?

  • fairgogroup
    Asked on September 12, 2017 at 11:54 PM
    the height of the fields is too short.  When people type their information into the field, it is impossible to see what has been written. How do I increase the field height?
  • John_Benson
    Replied on September 12, 2017 at 11:57 PM

    Please add this custom CSS code to your form to increase the height of your text box:

    .form-textbox {

        height: 30px !important;

    }

    To add a custom CSS code to your form, please follow this guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Thank you.