WP forms – Center Cloudflare Turnstile [solved]
-
I noticed that the Turnstile box is a bit off from the rest of the form so I found the following CSS to be working to center it.
Add it to your theme custom CSS:.g-recaptcha {
display: flex !important;
justify-content: center !important;
}I created this issue for those searching for it.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.