"Text Area" Will Not widen!?

  • fcrp
    Asked on October 22, 2014 at 10:22 PM

    text area not changing width - it is stuck at 200px and nothing is working! :( tried to change in css and in the formbuilder but it will not widen!?

  • jonathan
    Replied on October 23, 2014 at 5:55 AM

    Hi,

    From what I checked on your jotform 

    it seems the max-width value of form-textarea is the one that is preventing further width on the textarea box.

    Text Area Will Not widen!? Image 1 Screenshot 30

     

    Please try this CSS code

    .form-textarea {

    width:300px;

    max-width: 275px;

    }

    Text Area Will Not widen!? Image 2 Screenshot 41

     

    Inform  us if this did not work.

    Thanks.