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 do I correctly position State text?

  1. On my form here: http://0316751.netsolhost.com/wordpress/apply-now/

    The text "State" is not correctly positioned under the drop-down. How do I resolve that? Is it the width of the form? If so, can I set the form width so that it positions itself correct?

    Please advise as soon as you have the opportunity. Thanks.

    Tony Zeoli

    Posted 13 years ago on Friday February 25, 2011 | Permalink
  2. It's inheriting a bottom margin property from your theme CSS. The rule on line 629 of your style.css file sets a 24px bottom margin on all select elements in the "entry-content" div. You can add this new rule to the end of your style.css file to override that for your forms.

    body .entry-content .gform_wrapper select {margin-bottom:0}

    test screenshot: http://grab.by/991K

    Posted 13 years ago on Friday February 25, 2011 | Permalink
  3. Thanks, Kevin. I didn't realize that and will pass this along to my developer.

    Posted 13 years ago on Friday February 25, 2011 | Permalink
  4. Great. Let us know if you need anything else.

    Posted 13 years ago on Friday February 25, 2011 | Permalink

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