[ad_1]
How it’s supposed to look: https://snipboard.io/WmdxM5.jpg
It looks like an issue with customized CF7 layout. The following rule should solve the problem:
.h-captcha {
padding: 0;
}
It is added to the v2.1.0 release.
- This reply was modified 2 hours, 5 minutes ago by kaggdesign.
I tried that (having seen it in another thread here) and there was no change. This is not CF7, but the standard wordpress core contact form. I am using this theme
I have installed the theme and tested the contact form. The rule
.h-captcha {
clear: both;
}
solves the issue.
