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.

Need help centering submit buttons and submit images...

  1. markbm
    Member

    I've been searching through the forum and going through different threads on this topic and the page at http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples, but cannot seem to get this to work..

    Item 1: I have form setup at http://www.batonrougesummercamp.com/register and I'm using an image as the submit button. Trying to make it centered on page, and have added the following code to my theme's (i.e. Optimizepress) css file. See http://screencast.com/t/WzxQzJuxKH but still not working..

    Item 2: I have form setup at http://www.batonrougesummercamp.com/pay which uses the standard submit button, but same deal.. Cannot seem to make it centered on bottom of the page..

    Any ideas what I'm doing wrong?

    Posted 12 years ago on Wednesday March 14, 2012 | Permalink
  2. Drop this bad boy in to your theme's stylesheet:

    [css]
    .gform_wrapper .gform_footer {
    text-align: center;
    }
    Posted 12 years ago on Wednesday March 14, 2012 | Permalink
  3. markbm
    Member

    Thanks for your help Rob... I added the code to the bottom of my theme's CSS file. See http://screencast.com/t/9LJ5KeKm

    Still having same issue on buttons, even after I cleared my cache/deleted cookies, etc..

    Any other ideas on what I could try?

    Posted 12 years ago on Wednesday March 14, 2012 | Permalink
  4. I don't see it in your styles - did you remove it? Are you using a caching plugin?

    http://grab.by/cmpo

    Posted 12 years ago on Wednesday March 14, 2012 | Permalink