Hi there,
How can I add more space between the sections in my form? There does seem to be a ‘spacer’ option to drag in.
Cheers,
A
Hi there,
How can I add more space between the sections in my form? There does seem to be a ‘spacer’ option to drag in.
Cheers,
A
There is no ‘spacer’ option, but you can adjust the spacing in the form with CSS, or you can add an HTML field, and set the height of the field using a div as the HTML content, like this:
<div style="width:100%; height:40px"> </div>
If you need more assistance with your form, please share a link to the page on your site where we can see the form. Thank you.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.