I have a multi page form set up.
On page 1 of the form, I have products. These products are split by Section (categories)
My problem is that this makes the form look too long but very thin.
As such, I wish to split the products into 2 columns.
I have experimented with gf_left_half and gf_right_half css classes, however this is not ideal for me.
Is it possible to have an entire section as a left_half and the next section as a right_half?