This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 3
column_2 not displaying correctly sometimes in vers 3.2
Started 12 years ago by DaveVoss | 2 posts |
-
I have 3 sets of 2 fields that I want to display in two columns using the "column_2" css class like this:
Name1 Age1
Name2 Age2
Name3 Age3However they display incorrectly, like this.
Name 1 Age1
Name2
Age2 Name3
Age3 NextFieldA work around has been to add a break between each set. Then they display correctly.
Here is a link to the set that displays incorrectly
http://site.beautifulsaviour.info/forms/view.php?id=30Here is a link to the set that displays correctly with the Break added:
http://site.beautifulsaviour.info/forms/view.php?id=28Posted 12 years ago # -
This is happened because the height of the field on the first column is not the same with the field on the second column, hence it messed up.
To fix this, we need to force the first column to create a new row.You can add "new_row" class to all your "Name" fields (fields on the first column).
So the classes for the first columns would be "column_2 new_row" (separated with space).That should fix it.
MachForm Founder
Posted 12 years ago #
Reply
You must log in to post.