• Resolved hubble5577

    (@hubble5577)


    How I can change padding between elements on form. For example, i need make lees space between caption on radiobox, because my calculate form does not fit on page.

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

    (@codepeople)

    Hello @hubble5577

    You can enter the following style definition:

    
    #fbuilder .fields{padding:0 !important; margin:0 !important;}
    

    into the attribute: “Customize Form Design” in the “Form Settings” tab (https://cff.dwbooster.com/images/documentation/form-settings-tab.png)

    Please, note that in the public website, the styles defined in the theme active on your WordPress can affect the appearance of controls in the form too, so, if you have other questions about the form appearance, or changes in the design, you should provide the link to the web page where the form is inserted.

    Best regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Change padding between elements on form’ is closed to new replies.