• Resolved Francis

    (@emolotel)


    Hello
    in fiedset set to 3 columns, is it possible that a single field occupies all three columns?

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

    (@codepeople)

    Hello @emolotel

    If you want to distribute the fields in columns in a no homogeneous way, the preferred solution would be the use of predefined class names, instead the “columns” attribute in the fieldset field (https://cff.dwbooster.com/blog/2019/01/06/columns)

    Another solution would be to define your own class names. For example, assign to the fields you want to to display in one column a custom class name, for example: my-field

    and then, enter the following style definition into the “Customize Form Design” attribute in the “Form Settings” tab:

    
    #fbuilder .column3{clear:none !important;}
    #fbuilder .my-field{width:100% !important;}
    

    Best regards.

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