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.

Email address field and submit button on single line

  1. Hi, I am looking for how to set up an email newsletter signup field and the submit button on a single line. Currently the text field is on one line and the submit button on another.

    The url is jimmathesonrealtor.com

    Any help would be greatly appreciated

    Al

    Posted 14 years ago on Thursday February 24, 2011 | Permalink
  2. Your site is not viewable, it's in maintenance mode. If you'd like to send an admin login via our contact form or else take the site out of maintenance mode, we could take a look at it.

    Posted 14 years ago on Thursday February 24, 2011 | Permalink
  3. Sorry about that Kevin, I have taken Maintenance mode off for the time being.

    Thanks,

    Al

    Posted 14 years ago on Friday February 25, 2011 | Permalink
  4. You can try adding this to the end your theme's style.css file or the end of your theme's custom CSS document. It absolutely positions the button next to the text field.

    /* make the form container relative for positioning */
    
    body #gform_wrapper_1 {
        position: relative;
    }
    
    /* resize and position the form footer with the button */
    
    body #gform_wrapper_1 .gform_footer {
        width: 60px;
        position: absolute;
        top: 32px;
        left: 170px;
        padding: 0;
        margin: 0;
    }

    test screenshot: http://grab.by/99KP

    Posted 14 years ago on Friday February 25, 2011 | Permalink
  5. PErfect!

    Thank you for your help!!
    Al

    Posted 14 years ago on Tuesday March 1, 2011 | Permalink
  6. My pleasure. I'm glad I could help out.

    Posted 14 years ago on Tuesday March 1, 2011 | Permalink

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