• Resolved civilvicky

    (@civilvicky)


    I want to increase the number of columns in div or fieldset containers. The current option is only to show upto 4 columns. Can we increase that number?

Viewing 1 replies (of 1 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @civilvicky

    You have two alternatives.

    1. You can nest DIV fields to create the number of columns you want.

    For example, if you insert a DIV field with two columns, and you insert inside it a pair of DIV fields with four columns each of them, you would have a row with eight columns.

    2. The second alternative would be to assign class names directly to the fields. The class names are assigned to the fields through their attributes “Add CSS Layout Keywords”.

    Assuming a row is composed of 12 columns, you can assign the class name col-sm-1 to 12 consecutive fields, and the plugin will display them in the same row. Or you can create a row with six columns by assigning the class name col-sm-2 to six consecutive fields (every field would occupy the space of two columns in the row)

    More information about columns in the following link to the blog post:
    https://cff.dwbooster.com/blog/2019/01/06/columns

    Best regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Increase number of columns’ is closed to new replies.