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.

How to make the description and box closer?

  1. I added a gform at the header area, I want to know how to make the box closer to the description?

    Here is the link http://www.VincentYim.com

    Posted 12 years ago on Tuesday October 4, 2011 | Permalink
  2. Try adding this to the end of your theme stylesheet.

    [css]
    body #gform_wrapper_8 .gform_heading {
        margin-bottom: 0;
    }

    screenshot: http://bit.ly/p0wkOO

    it looks like you may need to tweak your button position afterwards though.

    Posted 12 years ago on Tuesday October 4, 2011 | Permalink
  3. I added the css code, if possible I want the description goes as close as possible, is that possible to make that changes?

    I'm also trying to figurerise how to make the name and email fields width shorter in order for me to place submit button within the description boundary.

    Posted 12 years ago on Tuesday October 4, 2011 | Permalink