How can I adjust the width of the Textarea?

  • michaelwallace
    Asked on December 7, 2016 at 9:56 PM
    I am unable to adjust width of Comments/Suggestions textarea?

    I have reduced “width in columns’ but size stays the same…?
  • Support_Management Jotform Support
    Replied on December 7, 2016 at 10:05 PM

    When I checked your form, I noticed it's heavily customized with CSS. To adjust the width of the Textarea, try the following CSS Codes:

    #input_16 {

       max-width: 450px;

    }

    RESULT:

    How can I adjust the width of the Textarea? Image 1 Screenshot 20