Title: Space between two fields
Last modified: May 14, 2022

---

# Space between two fields

 *  Resolved [hheyhey568](https://wordpress.org/support/users/hheyhey568/)
 * (@hheyhey568)
 * [4 years ago](https://wordpress.org/support/topic/space-between-two-fields-2/)
 * Hello Team,
    I have many input cells and it takes whole page to see all the input
   fields. I think it is due to space between two fields. Is there a way which can
   reduce the space for all the fields?
 * regards,

Viewing 1 replies (of 1 total)

 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [4 years ago](https://wordpress.org/support/topic/space-between-two-fields-2/#post-15645036)
 * Hello [@hheyhey568](https://wordpress.org/support/users/hheyhey568/)
 * On the website’s pages, the theme styles modify the appearance of every tag on
   the page. For this reason, I’m not sure how is applying the space between the
   fields on your website. But you can reduce the fields’ margins and paddings by
   entering the styles’ definition below in the “Customize Form Design” attribute
   in the “Form Settings” tab:
 *     ```
       #fbuilder *{margin:0 !important;}
       #fbuilder .fields,
       #fbuilder .fields label,
       #fbuilder .fields .dfield{padding:0 !important;}
       ```
   
 * Note that you can distribute the fields in columns to reduce the form’s height.
   Please, watch the videos in the following section of the plugin’s documentation:
 * [https://cff.dwbooster.com/documentation#customize-form-design](https://cff.dwbooster.com/documentation#customize-form-design)
 * Best regards.

Viewing 1 replies (of 1 total)

The topic ‘Space between two fields’ 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/)

 * 1 reply
 * 2 participants
 * Last reply from: [codepeople](https://wordpress.org/support/users/codepeople/)
 * Last activity: [4 years ago](https://wordpress.org/support/topic/space-between-two-fields-2/#post-15645036)
 * Status: resolved