How to expand Text Areas

  • NACUMS_org
    Asked on April 8, 2016 at 5:47 PM
    In the two questions (on page 2), how can I expand the text area?  I tried making them wider in the "Properties", but nothing happened.
  • David JotForm Support Manager
    Replied on April 8, 2016 at 7:40 PM

    Please inject the following custom CSS code:

    .form-textarea{

        max-width: 600px !important;

        width: 600px !important;

    }

    Example:

    How to expand Text Areas Image 1 Screenshot 20

    Let us know if you need more help.