• Resolved hheyhey568

    (@hheyhey568)


    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

    (@codepeople)

    Hello @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

    Best regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Space between two fields’ is closed to new replies.