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.

Gravity Forms - Gitamohan - #123456789

  1. Hi,
    My site is at http://www.akmlaw.co.nz/contact.
    The comments field seems to get too long, even though it has been set to Small under the advanced tab.
    Please help.
    G

    Posted 12 years ago on Tuesday May 1, 2012 | Permalink
  2. David Peralty

    Try adding this to your style.css

    [css]
    .gform_wrapper textarea.small {
    width: 47% !important;
    }
    Posted 12 years ago on Tuesday May 1, 2012 | Permalink