How can I make the text box and text area appear larger?

  • GMMTA
    Asked on November 1, 2016 at 11:29 AM
  • John_Benson
    Replied on November 1, 2016 at 1:41 PM

    You can make them larger if you add this custom CSS code: 

    .form-all { 

        font-size : 16px !important;

    .form-textbox { 

        height : 50px !important;

        width : 250px !important;

    .form-dropdown { 

        height : 50px !important;

        width : 200px !important;

    You can change the value to your preferred height and width.

    Here's a guide: How-to-Inject-Custom-CSS-Codes

    If you need further assistance, contact us again. Thank you.