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.

2 Column form right field only floating past last left field

  1. http://lanoguard.tonguetiedmedia.com/free-sample/

    I can't see any css that is conflicting but possibly I am missing it.

    Posted 12 years ago on Friday August 26, 2011 | Permalink
  2. It's just the way floated elements work vs. how they're placed in the markup. You can try re-ordering the form so the address is second and see if that works. It worked in my quick test.

    screenshot: http://bit.ly/n8l0nS

    If not, you may want to either absolutely position the address field itself to the right, or you can always use strategically placed HTML blocks to introduce new markup into the forms - create 2 div containers that are more like 'real' columns that you can float right and left. You can see this previous thread for an example.

    http://www.gravityhelp.com/forums/topic/how-can-i-get-the-form-fieldsboxes-side-by-side#post-29425

    Posted 12 years ago on Friday August 26, 2011 | Permalink