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 Indent Issues

  1. http://www.gravityhelp.com/forums/topic/form-indent

    I tried the above code on this page
    http://bartlettpairphotography.com/contact/

    And as confirmed in my style.css
    http://bartlettpairphotography.com/wp-content/themes/kingsize/style.css

    But it's not working...how can I left indent?

    Posted 13 years ago on Thursday August 25, 2011 | Permalink
  2. So you don't want the first form indented? Looks like you have two forms there, and the second one is not indented.

    If you want the top form moved to the left, to be more like the bottom form, try this in your style.css:

    [css]
    body .gform_wrapper .gform_body  ul {
        margin-left:0!important;
    }
    Posted 13 years ago on Thursday August 25, 2011 | Permalink
  3. That worked! You're the man Chris.

    Posted 13 years ago on Thursday August 25, 2011 | Permalink
  4. Glad you got that worked out.

    Posted 13 years ago on Thursday August 25, 2011 | Permalink

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