I understand, the issue is when you group 5 attributes and specify a title it wraps all those attributes in one box with a border around it.
Lets say I have 5 attributes for company address details which I want to group under title "address" in Column 1 and another 5 attributes I want to group under title "Company registration" like ABN, legal name etc. in Column 2.
5 attributed don't really fit in one row with a 2 column from, it can but its very cramped depending on width.
What I must now do is group maybe 2-3 attributes in one row titled "Address" then group the other 2 attributes in the row below titled "Suburb"
What the form (CSS) will do is create 2 separate group boxes titled "Address" & "Suburb" with a border around each one.
In 5.3, I can have all 5 attributes under the "address" title in one box with a border around all the 5 attributes.
I guess I will have to work around this for now.