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.

Validation input

  1. Guys, how can I remove the margin of the field validation email? I would like the red edge of the input, without margin. Thanks

    You can see the newsletter box on the sidebar http://www.lacaita.com/

    Posted 13 years ago on Thursday April 21, 2011 | Permalink
  2. just target the container properly with your CSS rules to apply whatever properties you need.

    [css]
    body #gform_wrapper_2 .gform_body .gform_fields .gfield_error {
        margin: 0!important;
    }

    You can find more CSS samples here that might help.

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

    Posted 13 years ago on Thursday April 21, 2011 | Permalink
  3. margin: 0!important;
    result: it's very important!

    Great, Thanks Kevin!

    Posted 13 years ago on Thursday April 21, 2011 | Permalink
  4. You're very welcome. Glad that helped out.

    Posted 13 years ago on Thursday April 21, 2011 | Permalink

This topic has been resolved and has been closed to new replies.