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.

Major display problems

  1. fmk
    Member

    hi,

    just purchased the theme and not feeling too happy.

    I create a form and it just looks aweful. huge distance between the fields and the submit button. can this really be the standard style? also the layouting is more than nice to handle.

    please look at my form at http://www.derwandel.at/website/?page_id=111

    you have to click on "Schicke uns dein Foto"

    thanks for help
    fmk

    Posted 11 years ago on Saturday January 5, 2013 | Permalink
  2. You can move the form footer (and the submit button with it) closer to the form fields by adding this CSS to your theme's stylesheet:

    [css]
    body .gform_wrapper .gform_footer {
      padding-top: 0px;
      margin-top: 0px;
    }

    That will remove the default Gravity Forms padding and margin. You can adjust the values upward from zero if you like.

    Posted 11 years ago on Sunday January 6, 2013 | Permalink