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.

Align form all the way to left

  1. soltzer
    Member

    Hey Guys,

    I'm sure I'm missing something in the documentation, but I can't seem to figure out how to align my form all the way over to the left. The form is here: http://www.butterflykissesphotography.biz/contact/

    Basically I want to get rid of that indent, so everything is aligned to the left, from the title all the way down to the button. Is there an easy way to accomplish this?

    Thanks in advance for any insight!

    Best regards,
    Glen

    Posted 12 years ago on Saturday October 1, 2011 | Permalink
  2. There's nothing per-se in the documentation about that. That's a style inheritance problem from your theme. The form list is normally justified to the left unless it's influenced by the theme.

    The unordered list that contains your form is inheriting a significant left margin from your theme ( style.css line 465 )

    screenshot: http://bit.ly/odmNJL

    You can add this to the end of your theme stylesheet and it should override that rule for your forms.

    [css]
    #content .gform_wrapper ul.gform_fields  {
    	margin: 0 !important
    }

    screenshot: http://bit.ly/qlS08C

    Posted 12 years ago on Saturday October 1, 2011 | Permalink
  3. soltzer
    Member

    Thanks Kevin! That worked perfectly!

    Posted 12 years ago on Monday October 3, 2011 | Permalink
  4. Great. Thanks for the update.

    Posted 12 years ago on Monday October 3, 2011 | Permalink

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