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 Submit Button

  1. Hello,
    I would like to align the submit button with the fields. I tried different things but it didn't work.

    Please Help!

    http://developyourenglish.ch/contact

    Posted 12 years ago on Monday January 2, 2012 | Permalink
  2. Try placing this into your theme's stylesheet:

    [css]
    .gform_wrapper .gform_footer.right_label, .gform_wrapper .gform_footer.left_label {
    padding: 0 0 10px 12% !important;
    }
    Posted 12 years ago on Monday January 2, 2012 | Permalink
  3. Thanks it worked.
    what are the two class selectors?
    .gform_footer.left_label
    .gform_footer.right_label

    Posted 12 years ago on Monday January 2, 2012 | Permalink
  4. These are classes that are applied to the different section elements of the form. This specific selector is in relation to label placement throughout the form. Here is an overview of the hierarchy:

    http://www.gravityhelp.com/resources/cssguide/css_guide.html

    In this instance on the documentation you will see .top_label as the reference.

    Posted 12 years ago on Tuesday January 3, 2012 | Permalink