Title: space between columns
Last modified: October 28, 2019

---

# space between columns

 *  Resolved [Francis](https://wordpress.org/support/users/emolotel/)
 * (@emolotel)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/space-between-columns-5/)
 * How can I set the space between columns in a DIV?

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/space-between-columns-5/#post-12073864)
 * Hello [@emolotel](https://wordpress.org/support/users/emolotel/)
 * Depends on your form’s structure, and the styles defined into the theme active
   on your website. For example, assuming you have defined the DIV field to distribute
   the fields in two columns, you can enter the following style definition into 
   the “Customize Form Design” attribute in the “Form Settings” tab:
 *     ```
       #fbuilder .column2{padding-left:5px; padding-right:5px;}
       ```
   
 * Best regards.
 *  Thread Starter [Francis](https://wordpress.org/support/users/emolotel/)
 * (@emolotel)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/space-between-columns-5/#post-12073883)
 * I can use Add Css Layout Keywords of each fields setting
 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/space-between-columns-5/#post-12073912)
 * Hello [@emolotel](https://wordpress.org/support/users/emolotel/)
 * Through this attribute you assign a class name to the fields, but the styles 
   must be defined through the “Customize Form Design” attribute in the “Form Settings”
   tab. You cannot enter the CSS rules directly through the “Add CSS Layout Keywords”
   attributes.
 * Best regards.
 *  Thread Starter [Francis](https://wordpress.org/support/users/emolotel/)
 * (@emolotel)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/space-between-columns-5/#post-12074106)
 * for 4 columns the string should be like?
 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/space-between-columns-5/#post-12074170)
 * Hello [@emolotel](https://wordpress.org/support/users/emolotel/)
 * As you can see in the following link:
 * [https://cff.dwbooster.com/blog/2019/01/06/columns/?index=2](https://cff.dwbooster.com/blog/2019/01/06/columns/?index=2)
 * The class names are: column2, column3, and column4
 * So, the style definition would be:
 *     ```
       #fbuilder .column4{padding-left:5px; padding-right:5px;}
       ```
   
 * Best regards.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘space between columns’ is closed to new replies.

 * ![](https://ps.w.org/calculated-fields-form/assets/icon-256x256.jpg?rev=1734377)
 * [Calculated Fields Form](https://wordpress.org/plugins/calculated-fields-form/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/calculated-fields-form/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/calculated-fields-form/)
 * [Active Topics](https://wordpress.org/support/plugin/calculated-fields-form/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/calculated-fields-form/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/calculated-fields-form/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [codepeople](https://wordpress.org/support/users/codepeople/)
 * Last activity: [6 years, 5 months ago](https://wordpress.org/support/topic/space-between-columns-5/#post-12074170)
 * Status: resolved