Quick question about previous support answer

Hi,

You previously gave me a code snippet to add space above the CF7 Submit button. It works great, but the changes are page specific. If I am using the same form on multiple pages, is there is a way to make the changes apply globally across all pages the form is used on?

Here is the code previously provided:
/* cf7 – space above submit button*/
#wpcf7-f1793-p1790-o1 .wpcf7-submit {
margin-top: 30px;
}

Thanks,
Dawn

Hello Dawn,

Thanks for asking. :slight_smile:

Please add following CSS under X/Pro > Theme Options > CSS:

 .wpcf7-submit {
margin-top: 30px;
}

Thanks.

That did it. Thank you!

You’re welcome.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.