Skip to content

Instantly share code, notes, and snippets.

@blogjunkie
Last active March 26, 2020 02:03
Show Gist options
  • Save blogjunkie/ea966c9c705508a54e9156766e1e3605 to your computer and use it in GitHub Desktop.
Save blogjunkie/ea966c9c705508a54e9156766e1e3605 to your computer and use it in GitHub Desktop.
Fix for WPForms reCaptcha badge getting out of position
/* Fix for Convert Pro throwing reCaptcha badge out of position */
.wpforms-recaptcha-container .g-recaptcha {
transform: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment