You can try using a <table></table> with 9 column
Hi dustundag,
Yes, you can create the class: ninth_column, defined as follows:
#fbuilder .ninth_column{float:left;width:10% !important;}
and assign it to nine consecutive fields in the form. In this case I recomment to insert an additional field with the special class: clear, after each group of 9 columns to be sure the next row will be displayed below.
Another solution would be using container fields (DIV). For example, if you insert a DIV field, and select the “3 columns” option as the “Columns” attribute, and then you insert into it three new DIV with three columns each of them, you have a row with 9 columns.
Best regards.