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.

Question about making form wrapper fit the form

  1. For the form on this post: http://iamsinc.com/blog/its-spring-training-time-our-life-annuity-academy-will-get-your-business-in-top-shape/ I would like the gray area to fit to the same width as the form. See this form for example: http://i.imgur.com/wB1zj.png Thank you!

    Posted 12 years ago on Wednesday April 11, 2012 | Permalink
  2. Try replacing this:

    [css]
    body #gform_wrapper_1 {
    padding: 10px;
    }

    with this:

    [css]
    body #gform_wrapper_1 {
    padding: 10px;
    width: 385px;
    }

    Is that what you mean?

    Posted 12 years ago on Wednesday April 11, 2012 | Permalink
  3. Yes! Exactly! Thank you

    Posted 12 years ago on Wednesday April 11, 2012 | Permalink
  4. Right on, glad to help!

    Posted 12 years ago on Wednesday April 11, 2012 | Permalink

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