Is it possible to add an extra line or two before a section break so it doesn't look so crowded? If so how would I do that. I am not a programmer so go easy..
Is it possible to add an extra line or two before a section break so it doesn't look so crowded? If so how would I do that. I am not a programmer so go easy..
Can you post a link to your form and we can give you some CSS to place.
Hi Rob..here you go..
Add something like this to your theme's style.css stylesheet (or wherever your theme provider wants you to add custom CSS):
[css]
.gform_wrapper .gsection {
margin-top: 40px!important;
}