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.

moving the submit button

  1. ironrep
    Member

    hello i am using a templatic theme with gravity forms and when i insert the form the "submit" button is all the way to the right hand side.

    image of the issue: http://img710.imageshack.us/img710/5210/25717187.png

    i've contacted priority support and they say the issue is on this line of the styles.css

    .button { position:absolute; right:20px; bottom:-27px; }

    can anyone show me the right code to add to move the button below the text box and not mess up the rest of the theme? thanks

    Posted 12 years ago on Tuesday September 27, 2011 | Permalink
  2. I had to go dig through the form entries to find your site URL. Please post it on the forum with your request next time.. that would help a lot. I can't really tell you anything from just looking at a screenshot.

    Try adding this to the end of your theme stylesheet. It should work for you. It did in my test.

    [css]
    body .gform_wrapper .gform_footer input[type=submit].button {
         position: static !important
    }

    screenshot: http://bit.ly/mSzQsl

    Posted 12 years ago on Tuesday September 27, 2011 | Permalink
  3. ironrep
    Member

    thanks it worked prefectly!

    Posted 12 years ago on Tuesday September 27, 2011 | Permalink

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