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.

Spacing between form and description

  1. I know there are other posts similar to this problem, but I can't seem to find the solution.
    There is too much spacing between the box and the description. How do I fix this?

    Here is a link to my form:
    https://greenrivergames.com/?page_id=303

    Thank you in advanced for help!

    Posted 11 years ago on Monday April 29, 2013 | Permalink
  2. This CSS snippet will do the trick to override the theme style getting used here. Just place in your theme's stylesheet (or wherever you are instructed to place custom CSS at the theme level).

    [css]
    .gform_wrapper .ginput_complex input[type=text], .gform_wrapper .ginput_complex input[type=url], .gform_wrapper .ginput_complex input[type=email], .gform_wrapper .ginput_complex input[type=tel], .gform_wrapper .ginput_complex input[type=number], .gform_wrapper .ginput_complex input[type=password], .gform_wrapper .ginput_complex select {
    margin-bottom: 0;
    }
    Posted 11 years ago on Monday April 29, 2013 | Permalink
  3. Worked Perfect. Thanks!

    Posted 11 years ago on Monday April 29, 2013 | Permalink
  4. big help..thanks.

    Posted 10 years ago on Tuesday May 14, 2013 | Permalink