WordPress:How to centering reCAPTCHA of ContactForm7

Published on:
Last updated:

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;
}

About
Kuniyoshi Takemoto is the founder of Amelt.net LLC, and editor of this blog(www.amelt.net).Learn more and follow me on LinkedIn.