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.

Alignment Issues

  1. I recently imported a form to another site and my Ready Classes was affected. Sorry to have to link my form, but here is the link: http://sec.powermediallc.org/department-info/forms/entry-forms/2012-boys-tennis-tournament-entry-form/. You can see at the bottom that the 2-column css is not showing correctly. This also happens on the second page. Any suggestions on how to correct this?

    Thanks!!!

    Posted 12 years ago on Monday March 26, 2012 | Permalink
  2. It's being caused by inheritance from your theme css. Specifically line 379 of your style.css file. If you disable the left padding rule, you'll see the fields line up properly.

    screenshot: http://bit.ly/GQVNYX

    You can try adding this to the end of your theme stylesheet.. it should override that rule.

    [css]
    body .gform_wrapper ul li,
    body .gform_wrapper ol li {
        padding-left: 0 !important
    }
    Posted 12 years ago on Monday March 26, 2012 | Permalink
  3. Thanks Kevin! Worked perfectly.

    Posted 12 years ago on Monday March 26, 2012 | Permalink
  4. Wonderful. I'm glad that helped out and thanks for the update.

    Posted 12 years ago on Monday March 26, 2012 | Permalink

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