TextArea won't increase in width

  • MBWHS
    Asked on August 20, 2016 at 7:16 PM

    Hi 

     

    I haven;t had this problem on other forms but for some reason the text area won't' increase in size when I change the No. of columns

     

    https://form.jotform.co/62322714554856

     

    could you please help?

     

    Also is there a code to get the text to wrap on the button check boxes?

     

    Kind regards

     

    Katie

  • jonathan
    Replied on August 20, 2016 at 11:55 PM

    Hi Katie,

    Using the Form Designer increase the input width to 800 in Layout property.

    TextArea wont increase in width Image 1 Screenshot 40

    then injected this CSS code on the form

    .form-textarea {

    width: 100% !important;

    }

    TextArea wont increase in width Image 2 Screenshot 51

     

    it should now have widger TextArea like this

    TextArea wont increase in width Image 3 Screenshot 62

    Let us know if you  need further assistance.