Hi
Hope all is well. I am busy setting up a fairly complicated form using the default avia contact form. It has a few sections and i just need to add
a bit of spacing between the sections on the form itself. Is there a way to do this? I would like a bit of space above these sections that i have circled. Please advise, if possible, for future reference what css file i can edit to accomplish this. Attached an image and webpage link.
http://allnationsfuneral.co.za/membership-application#top
Sincerely
Hey mogammad!
You can add a new form element and set it’s type to “Custom HTML” and then add something like this in to create some space.
<div style = "height: 50px; clear: both;"><br /></div>
Cheers!
Elliott
Thank you!…problem solved!