How could a space be added between the capchta and the Send button? See the page below in secure area.
I cannot figure out how to do it. Thx
How could a space be added between the capchta and the Send button? See the page below in secure area.
I cannot figure out how to do it. Thx
Hi,
To add a space, you can add the code below in Theme Options > CSS
.wpcf7-form > div.wpcf7-form-control-wrap {
margin-bottom: 15px;
}
I came up with the code using google inspect element.
Hope that helps.
Hi and thanks so much! Will this make unwanted spaces to appear elsewhere? I can imagine no but just asking. Again many thinks!
Hi There @galatia
The above provided code will be only applied your contact form 7 class (wpcf7-form-control-wrap), so it should not create unwanted space elsewhere.
Thanks!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.