PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

edit the amount of text area rows

  1. Can someone please tell me how to change the amount of rows in a textarea? I just want to change the height of the textbox...

    Posted 11 years ago on Thursday January 31, 2013 | Permalink
  2. Please share a URL to the page on your site where this form is embedded, and let us know which textarea you want to increase in size. We will help you with the CSS to change that.

    Basically though, you can increase all the Gravity Forms textareas in height by adding this CSS to your theme's stylesheet:

    [css]
    body .gform_wrapper textarea {
        height: 250px!important;
    }
    Posted 11 years ago on Saturday February 2, 2013 | Permalink