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.

Checkbox Appears under the Label Rather than on the Right

  1. We're trying to get the checkbox to appear on the right of the field label, like all the text boxes do. But right now the checkbox is appearing UNDER the field label. I suppose it has something to do with the site's stylesheet but I can't even begin to debug it. Any suggestions?

    At the end of the form: http://www.geminiferrie.com/freeconsultation/

    Posted 11 years ago on Friday August 31, 2012 | Permalink
  2. Here is your culprit.

    Try dropping this CSS snippet into your theme's stylesheet:

    [css]
    body #blog_content .gform_wrapper ul {
    width: auto;
    }

    Result

    Posted 11 years ago on Friday August 31, 2012 | Permalink
  3. Rob, thanks so much. That worked! I don't have to pull my hair out now....

    Posted 11 years ago on Friday August 31, 2012 | Permalink

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