Title: Text area
Last modified: August 24, 2016

---

# Text area

 *  Resolved [mica123](https://wordpress.org/support/users/mica123/)
 * (@mica123)
 * [11 years ago](https://wordpress.org/support/topic/text-area-1/)
 * I have upgraded Google Forms from 0.72 to 0.76. I noticed that the large text
   area has shrank. I am not sure if this has to do with the upgrade. If one wants
   to type into the text area, they have to drag the lower bottom corner to expand
   it – but not many people will know that.
 * This is what I have in the CSS:
    div.ss-form-entry > input { width:99%; max-width:
   550px; font-family: Georgia, Tahoma, Verdana; font-size: 12px; background-color:#
   DCDCDC; }
 * Which works for the single input – but not for the text area.
 * Thanks.
 * [https://wordpress.org/plugins/wpgform/](https://wordpress.org/plugins/wpgform/)

Viewing 10 replies - 1 through 10 (of 10 total)

 *  Plugin Author [Mike Walsh](https://wordpress.org/support/users/mpwalsh8/)
 * (@mpwalsh8)
 * [11 years ago](https://wordpress.org/support/topic/text-area-1/#post-6018511)
 * I didn’t make any changes to the size of the text area. I have seen the default
   size of the text area differ between Firefox and Chrome – do you see the same
   behavior in both?
 * Regardless, changing the size of the text area is pretty easy. It would similar
   to what you have above but instead of “input” you would have “textarea”.
 *     ```
       div.ss-form-entry > input, div.ss-form-entry > textarea {
           width:99%;
           max-width: 550px;
           font-family: Georgia, Tahoma, Verdana;
           font-size: 12px;
           background-color: #DCDCDC;
       }
       ```
   
 * You would define different CSS if you want to two different types of input different
   heights and widths.
 *  Thread Starter [mica123](https://wordpress.org/support/users/mica123/)
 * (@mica123)
 * [11 years ago](https://wordpress.org/support/topic/text-area-1/#post-6018528)
 * Many thanks, I just added div.ss-form-entry > textarea after div.ss-form-entry
   > input, as you suggested and all is well.
 * It is a mystery to me why it all changed. Just to check with you: I also have
   this CSS:
 * input.ss-q-short, textarea.ss-q-long {
    max-width: 550px; width: 99%; }
 * I can’t remember why I put it there. Do I have to have it if I also have the 
   other code?
 * Many thanks for your prompt response and help.
 *  Plugin Author [Mike Walsh](https://wordpress.org/support/users/mpwalsh8/)
 * (@mpwalsh8)
 * [11 years ago](https://wordpress.org/support/topic/text-area-1/#post-6018582)
 * It is hard to say definitively because without knowing the CSS load order, it
   is impossible to determine which takes priority. I would need to actually look
   at the form. The easiest way to test would be to comment it the code out and 
   see if it works correctly. If it does, then you can eliminate it.
 *  Thread Starter [mica123](https://wordpress.org/support/users/mica123/)
 * (@mica123)
 * [11 years ago](https://wordpress.org/support/topic/text-area-1/#post-6018596)
 * I’ll do it. Many thanks again.
 *  [swashbu](https://wordpress.org/support/users/swashbu/)
 * (@swashbu)
 * [10 years, 12 months ago](https://wordpress.org/support/topic/text-area-1/#post-6018869)
 * I’m having the same problem and I added the code you suggested to my form via
   the “Form CSS” but nothing changed.
    Here’s a link to the page: [http://trailsallianceofsantafe.org/test-google-form/](http://trailsallianceofsantafe.org/test-google-form/)
 * Any help would be appreciated.
 *  Plugin Author [Mike Walsh](https://wordpress.org/support/users/mpwalsh8/)
 * (@mpwalsh8)
 * [10 years, 12 months ago](https://wordpress.org/support/topic/text-area-1/#post-6018871)
 * Do you have Custom CSS enabled? From looking at the HTML source it doesn’t look
   like it.
 * Dashboard > Settings > Google Forms – Make sure the Custom CSS checkbox is checked.
 *  Plugin Author [Mike Walsh](https://wordpress.org/support/users/mpwalsh8/)
 * (@mpwalsh8)
 * [10 years, 12 months ago](https://wordpress.org/support/topic/text-area-1/#post-6018873)
 * I just had a chance to look at your form using my computer instead of my iPad.
   Based on the HTML source, it definitely looks like you do not have the Custom
   CSS capability enabled. It is not turned on by default, you need to enable it
   as I noted above.
 *  [swashbu](https://wordpress.org/support/users/swashbu/)
 * (@swashbu)
 * [10 years, 12 months ago](https://wordpress.org/support/topic/text-area-1/#post-6018874)
 * That worked!
    Thanks Mike!
 * Steve
 *  [swashbu](https://wordpress.org/support/users/swashbu/)
 * (@swashbu)
 * [10 years, 12 months ago](https://wordpress.org/support/topic/text-area-1/#post-6018875)
 * Mike – If you are available for custom work could you please contact me at
    _[
   email deleted ]_
 *  Moderator [Jan Dembowski](https://wordpress.org/support/users/jdembowski/)
 * (@jdembowski)
 * Forum Moderator and Brute Squad
 * [10 years, 12 months ago](https://wordpress.org/support/topic/text-area-1/#post-6018876)
 * [@swashbu](https://wordpress.org/support/users/swashbu/) Please don’t post your
   email address in these forums or solicit paid work from others that way.
 * I am sure Mike can post a contact URL if he’s interested.

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘Text area’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wpgform_8cc59f.svg)
 * [Google Forms](https://wordpress.org/plugins/wpgform/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpgform/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpgform/)
 * [Active Topics](https://wordpress.org/support/plugin/wpgform/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpgform/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpgform/reviews/)

## Tags

 * [text-area](https://wordpress.org/support/topic-tag/text-area/)

 * 10 replies
 * 4 participants
 * Last reply from: [Jan Dembowski](https://wordpress.org/support/users/jdembowski/)
 * Last activity: [10 years, 12 months ago](https://wordpress.org/support/topic/text-area-1/#post-6018876)
 * Status: resolved