Unable to increase Width of Text Area Field

  • dgspencer
    Asked on March 27, 2015 at 1:17 PM

    I found another post related to this and followed the instruction to add !important after the width:nnnpx. I used the CSS tool in Designer.  However, although I can reduce the width, I cannot expand it beyond a certain point.  Is there a limit and if not, how do I change the width of the Textarea field?

     

    Unable to increase Width of Text Area Field Image 1 Screenshot 20

    Jotform Thread 542096 Screenshot
  • Carina
    Replied on March 27, 2015 at 2:42 PM

    I checked but could not locate the !important added:

    Unable to increase Width of Text Area Field Image 1 Screenshot 20

    Please add this css code :

    .form-textarea {

        width: 1000px !important;

        max-width: 1200px !important;

        }

    Let us know if we can assist you further.