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.

Padding between fields

  1. I have tried to add padding between fields using this css I got from another topic:

    body .gform_wrapper ul li.gfield {
        padding-bottom:30px;
    }

    However it doesn't seem to be working.

    Posted 11 years ago on Friday March 29, 2013 | Permalink
  2. Looks like you need to use more specific inheritance with your rule to override the theme CSS. Try this instead.. it works fine in my test.

    [css]
    body #content .gform_wrapper ul.gform_fields li.gfield {
        padding-bottom: 30px !important;
    }
    Posted 11 years ago on Friday March 29, 2013 | Permalink
  3. Works perfectly! Thanks so much for such a swift reply on Good Friday!

    Posted 11 years ago on Friday March 29, 2013 | Permalink
  4. Glad that worked for you. My pleasure. Enjoy your weekend.

    Posted 11 years ago on Friday March 29, 2013 | Permalink

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