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.

Form and div formatting issues

  1. boulderjoe
    Member

    Hello,

    On this page you will see I'm having some formatting issues:

    http://francesphotography.com/frances-photography-contact/

    I would the submit button and address/contact text to below right below the paragraph text box, and not below the image dimensions - any ideas?

    Thanks for any help or suggestions.

    Posted 12 years ago on Wednesday September 14, 2011 | Permalink
  2. You can try adding this to your theme stylesheet.. should work for you with this theme.

    [css]
    body .gform_wrapper .gform_footer {
         clear: none !important
    }

    screenshot: http://bit.ly/mYI5Rp

    Posted 12 years ago on Thursday September 15, 2011 | Permalink
  3. boulderjoe
    Member

    Hi Kevin,

    Thanks - that definitely improved things.

    Anyway, to further reduce the space between the paragraph text box and the submit button? And possibly center the submit button and/or move left so the edge lines up with the other boxes?

    Cheers.

    Posted 12 years ago on Thursday September 15, 2011 | Permalink
  4. Try updating the rule I gave you earlier to include these new padding and margin properties.

    [css]
    body .gform_wrapper .gform_footer {
        clear: none !important;
        padding: 0 0 0 140px !important;
        margin: 0;
    }

    screenshot: http://bit.ly/q9aSK6

    Posted 12 years ago on Thursday September 15, 2011 | Permalink
  5. boulderjoe
    Member

    That works - thanks Kevin.

    Posted 12 years ago on Thursday September 15, 2011 | Permalink
  6. Great. I'm glad that worked for you. Thanks for the update.

    Posted 12 years ago on Thursday September 15, 2011 | Permalink

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