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.
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.
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.
Thanks