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.

Tighten Widget Form Height in Thesis

  1. I'm trying to figure out how to decrease the line-height and margin-bottom for the sidebar gform-widget using the Thesis theme.

    http://www.richardwinters.com/disruptive-physician-coaching

    Any help for what to add to the custom.css page would be much appreciated.

    Thanks!

    Rick

    Posted 13 years ago on Saturday May 12, 2012 | Permalink
  2. Looks like this is causing your margin in layout.css:

    [css]
    .gform_wrapper .gfield {
    margin-bottom: 24px;
    }

    Try placing this into custom.css:

    [css]
    .custom .gform_wrapper .gfield {
    margin-bottom: 0;
    }
    .custom .gform_wrapper .gform_footer {
    padding-top: 0;
    }
    Posted 13 years ago on Sunday May 13, 2012 | Permalink
  3. Perfect. Thanks Rob!

    Posted 13 years ago on Sunday May 13, 2012 | Permalink
  4. No problem, glad to help!

    Posted 13 years ago on Monday May 14, 2012 | Permalink

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