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.

Form Padding

  1. Hey Guys/Gals,

    I'm struggling to find some CSS to reduce the space between the bold text in the form header and the first field (name field). Any ideas?

    http://www.hourglasspersonalhistories.com/contact-us/

    Thanks!

    Posted 11 years ago on Wednesday November 28, 2012 | Permalink
  2. I think Gravity Forms is trying to clear the image you have on the right side of the page. You can override it adding this to your custom.css in Thesis:

    [css]
    body .gform_wrapper ul li.gfield {
        clear:none!important;
    }
    Posted 11 years ago on Saturday December 1, 2012 | Permalink
  3. Perfect! Thanks!

    Posted 11 years ago on Monday December 3, 2012 | Permalink
  4. You're welcome.

    Posted 11 years ago on Monday December 3, 2012 | Permalink

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