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.

Form inheriting CSS (indent)

  1. I am trying to get all of the fields to left align on this form to no avail: http://ciaranlee.com/commission/

    On a previous site I was using the code below, but it does not seem to be working this time around.

    body .gform_wrapper .gform_body ul {
    margin-left:0!important;
    }

    I would be most grateful for any suggestions.
    Thanks, Ciaran

    Posted 11 years ago on Thursday August 30, 2012 | Permalink
  2. Try dropping this into your theme's stylesheet:

    [css]
    .gform_wrapper li, .gform_wrapper form li {
    margin-left: 0;
    }
    Posted 11 years ago on Thursday August 30, 2012 | Permalink
  3. Yes! That did the trick. Thanks for the quick response - Ciaran

    Posted 11 years ago on Thursday August 30, 2012 | Permalink
  4. No problem, glad to help!

    Posted 11 years ago on Thursday August 30, 2012 | Permalink

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