This post is also available in: 日本語 (Japanese)
Recently, spam inquiries are increasing from the contact form, so we introduced reCAPTCHA.
We wrote down about how to centering elements of reCAPTCHA when use wordpress plugin ContactForm7.
/* Centering ContactForm7 reCAPTCHA */
.wpcf7-recaptcha > div {
margin: 0 auto;
}
