You are viewing limited content. For full access, please sign in.

Question

Question

Reduce space between header and first field

asked on September 25, 2015

How can I reduce the blank space between the logo/header banner and the very first field in the form?

1 0

Answer

SELECTED ANSWER
replied on September 26, 2015

Use CSS:

#cf-formtitle {margin-bottom: 0px;}

.cf-form {padding-top: 0px;}

Changing the padding to get the look you're trying for.

2 0
replied on September 26, 2015

Thanks, it worked!

0 0

Replies

You are not allowed to reply in this post.
You are not allowed to follow up in this post.

Sign in to reply to this post.