Viewing 2 replies - 1 through 2 (of 2 total)
  • dulicanazi

    (@dulicanazi)

    You can try using a <table></table> with 9 column

    Plugin Author codepeople

    (@codepeople)

    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.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Nine columns’ is closed to new replies.