How to make text area field wider?

  • pardop1
    Asked on July 14, 2016 at 11:46 PM

    working with form https://form.jotform.com/53406680289967 and trying to make the text area field at the bottom of the form wider so it lines up on the right side with the text in the paragraphs up it (not the field label.) 

    what's the code to fix?

    why so many issues with your forms?

     

  • Ashwin JotForm Support
    Replied on July 15, 2016 at 2:40 AM

    Hello pardop1,

    Please inject the following custom css code in form and that should solve your problem:

    .form-all .form-textarea {

        width: 571px !important;

        max-width: 700px !important;

    }

    The following guide should help you how to inject custom css code in form:  https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    Hope this helps.

    Do get back to us if you have any questions.

    Thank you!