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.

Input text size

  1. 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 ?

    Posted 12 years ago on Thursday May 12, 2011 | Permalink
  2. 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

    Posted 12 years ago on Thursday May 12, 2011 | Permalink
  3. 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

    Posted 12 years ago on Thursday May 12, 2011 | Permalink