Regards : http://www.sbsake.com/send-a-message/
The text size for input fields on the form is to small. I would like the text size to be similar in size.
How would i resolve this ?
Regards : http://www.sbsake.com/send-a-message/
The text size for input fields on the form is to small. I would like the text size to be similar in size.
How would i resolve this ?
Edit the field, select the Advanced tab and adjust the Field Size. Documentation for the Single Input Field can be found here:
http://www.gravityhelp.com/documentation/page/Single_Line_Text
If you're talking about the actual font size in the input, you can find examples in the documentation of how to correctly target and manipulate the elements with CSS.
example:
[css]
body .gform_wrapper .gform_body .gform_fields .gfield input[type=text] {font-size:2em}
http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples