Text Area varies in size

  • CTec
    Asked on June 30, 2016 at 5:32 AM

    Hi

    I'm trying to get the text area field, of my form, to be the same size as the text box input fields situated above it. It makes the form look much neater.

    However, I'm finding the text area field varies in size depending on which browser I use to open the form. With Firefox and IE the text are shows up as smaller (narrower) than the input fields but in Chrome the text area is slightly wider.

    Any ideas?

    Thanks in advance.

  • Chriistian Jotform Support
    Replied on June 30, 2016 at 7:03 AM

    Please try to inject this custom CSS code in your form to fix the issue.

    .form-textbox {

      width: 300px !important;

    }

    .form-textarea{

      width: 300px !important;

    }

     

    To inject custom CSS code in your form, just follow the instructions provide in this article: How to Inject Custom CSS Codes.

  • CTec
    Replied on June 30, 2016 at 7:16 AM

    Excellent. Worked a treat.

    Thanks Christian.

  • Chriistian Jotform Support
    Replied on June 30, 2016 at 7:45 AM

    You are welcome. Glad to hear that the CSS code works for you. If you have any other question or concern, please feel free to contact us again. Regards.