I'm currently trying to set up a form using a two column layout. The issue I'm having is that the text fields in the left column seem to break/push down the right column.
In the left column, I have a text field, a series of 6 checkboxes followed by another text field. The right column aligns itself to the last text box in the left column. If I remove the last text field in the left column, the right column aligns itself to the first text box at the top of the left column but isn't "flush" to the top.
I have confirmed that all of the css classes (gf_left_half, gf_right_half) are correct and the form is set to "top-align" labels.
Below is an image that will hopefully better illustrate the problem:
https://dl.dropbox.com/u/90202015/gforms.jpg
Thanks!!