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 verticle alignment issue

  1. Hi.

    I've got a photoshop happy client making some unusual forms.

    I have 2 columns but the stuff in the right one is dropping to low. I want both to be aligned to the top together. But then I also need to get the submit button over in the right column. I didn't see an option to move that around.

    thanks,

    http://www.newhairutah.com/

    its half way down the page.

    Posted 11 years ago on Saturday December 22, 2012 | Permalink
  2. You will need to move the comments field, field 5, up, after the Name field, and use the gf_left_half and gf_right_half classes as you have. You need to alternate left and right halves. Sounds like you will have mostly left, but one right. Field 5 just needs to be the second field in the form, with the class just as you've set it.

    After you have done that, we will have to work on positioning the submit button. The submit button is not part of the gform_body, but is in the gform_footer, so it would never appear beneath the comments box, like you want. We will have to use absolute positioning to get it where you want it. But that will be dependent on getting the left and right halves laid out how you want them. Here is a good explanation from Kevin Flahaut explaining positioning the submit button: http://www.gravityhelp.com/forums/topic/trouble-positioning-submit-button-inline#post-19798

    Posted 11 years ago on Saturday December 22, 2012 | Permalink