field size -- how to make larger?

  • drvbanthia
    Asked on November 19, 2014 at 6:59 PM

     

    Hi -- I would like to make the fields larger (taller).  how can i change the size of the jotform fields?

     

    thanks,

    VB

  • Kiran Support Team Lead
    Replied on November 19, 2014 at 7:38 PM

    I understand that you want to increase the height of text boxes. You can inject the following CSS code to your JotForm to achieve this.

    .form-textbox {

    height: 25px !important;

    }

    You can adjust the size 25px to fit your needs. Happy to help if you need any further assistance.

    Thanks!