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.

Struggling with Submit Button

  1. studio57designs
    Member

    I'm having issues getting the submit button on the form in the footer to be placed to the right of the input field.

    http://www.wild-ideas.net/

    Can anyone assist me with this? I've looked and used Firebug and just can't figure it out.

    Thanks much!
    Louise

    Posted 11 years ago on Wednesday June 27, 2012 | Permalink
  2. Hey Louise, this could work for you:

    [css]
    div.gform_wrapper .gform_footer {
    border: none;
    margin: -52px 80px 0 0;
    padding: 0;
    float: right;
    }

    Also, unless this is the only form on your site, you may want to get more specific with that footer selector, maybe something like this to target only this form and only in the widget as well:

    [css]
    #gform_widget-2 div.gform_wrapper .gform_footer {
    border: none;
    margin: -52px 80px 0 0;
    padding: 0;
    float: right;
    }

    Screenshot

    Posted 11 years ago on Wednesday June 27, 2012 | Permalink
  3. studio57designs
    Member

    Thank you! That worked as needed. Now I understand for the future!

    Louise

    Posted 11 years ago on Wednesday June 27, 2012 | Permalink
  4. Awesome Louise, glad to help!

    Posted 11 years ago on Wednesday June 27, 2012 | Permalink

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