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.

Make 'Paragraph Text' box a certain size, taller than it is by default

  1. Is there a way to make the 'Paragraph Text' box taller than it is by default?

    I have a form with a paragraph text box on the left, and nine single line text boxes on the right, and it would look good if both sides were the same height.

    Posted 13 years ago on Thursday July 7, 2011 | Permalink
  2. You would have to use CSS to do this. You can use CSS to target and style that element and increase the height of the textarea. Here is documentation on how to target and style form elements using CSS:

    http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples

    There is a section on the Paragraph field. You would add the custom CSS to your themes stylesheet.

    Posted 13 years ago on Thursday July 7, 2011 | Permalink
  3. Thanks

    Posted 13 years ago on Thursday July 7, 2011 | Permalink