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.

inline sumbit button with twp fields

  1. rlpartida
    Member

    Hello,

    I'm trying to set two fields and the submit button inline. I tried using some CSS but didnt do much...

    Here is the form (scroll to the bottom):

    http://www.universosocial.com/25-malas-excusas-para-no-entrar-a-las-redes-sociales/

    And this is how I would like it to look like:

    http://www.universosocial.com/wp-content/uploads/images/optin_gravity2.png

    I'll appreciate your help.

    Cheers

    Posted 12 years ago on Thursday March 22, 2012 | Permalink
  2. Try dropping this into your theme's stylesheet:

    [css]
    #input_3_1, #input_3_2 {
    width: 14em !important;
    }
    #gform_wrapper_3 .gform_footer {
    clear: none;
    float: right;
    padding: 0;
    margin-top: -30px;
    }

    This should get you on your way to doing some minor tweaks as you see fit.

    http://grab.by/cteY

    Posted 12 years ago on Thursday March 22, 2012 | Permalink
  3. rlpartida
    Member

    Hey Rob, thanks for your prompt answer...

    We are almost there, is still needs a little alignment:

    http://www.universosocial.com/cual-es-la-mejor-red-social-para-tu-negocio/

    Should I increase the margin-top value?

    Thanks!

    Posted 12 years ago on Thursday March 22, 2012 | Permalink
  4. Yes, that's what is moving it up, so you would increase that to 40 or 50, etc. The reason I just left it at 30 was your comp showed a different submit button, so you might want to get that squared away before you do any exact positioning.

    Posted 12 years ago on Thursday March 22, 2012 | Permalink
  5. rlpartida
    Member

    Thanks Rob! It's all good now!

    Posted 12 years ago on Thursday March 22, 2012 | Permalink
  6. Right on! Glad to help.

    Posted 12 years ago on Thursday March 22, 2012 | Permalink

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