I have six fields. I would like to arrange like this:
[ field 1 ] [ field 2 ] [ field 3 ]
[ field 4 ] [ field 5 ] [ field 6 ]
I tried using gf_inline class, but of course that kicks [ field 4 ] up to the top row in the fourth position.
I don't want to use the 3-column class because the fields are short and it will create a large white space (gap) between the fields. I'd rather have the fields next to each other such as gf_inline class provides.
Any ideas? Thanks.