Last active
March 26, 2020 02:03
-
-
Save blogjunkie/ea966c9c705508a54e9156766e1e3605 to your computer and use it in GitHub Desktop.
Fix for WPForms reCaptcha badge getting out of position
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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