CSS Ready Classes - follow up

Sorry to bother again. I’ve got 6 fields on my form. All but the last have g_left_half. Shouldn’t that float all of the first 5 fields to the left? It’s not. Thanks in advance.

Hi Richard. The fields need to be adjacent in the form builder. So, if you have six fields, the 1st, 3rd, 5th would get the left half class, and the 2nd, 4th and 6th would get right half class. You have to alternate them in the form builder:

gf_left_half
gf_right_half
gf_left_half
gf_right_half
gf_left_half
gf_right_half

That will put field 1 and 2 on one line, 3 and 4 on the next line, 5 and 6 on the last line, each pair side by side.

Hi Chris - Thanks for the response and sorry for the delay. I did get a test to work using this approach. In the end I let them all fall in a single column for the time being.