We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
the recaptcha box is positioned on the regstration button. What should I type into the custom css box to solve this?
i tried .gglcptch { display: inline-block; }
but this did not work.
thanks!
bests, Miklos
The text was updated successfully, but these errors were encountered:
The css selector doesn't look right. Try .g-recaptcha instead.
.g-recaptcha
Sorry, something went wrong.
thank you! it worked!
On 12 November 2015 at 12:51, Jörn Lund [email protected] wrote:
The css selector doesn't look right. Try .g-recaptcha instead. — Reply to this email directly or view it on GitHub #54 (comment) .
— Reply to this email directly or view it on GitHub #54 (comment) .
Thank you, worked for me too...partially :/ Recaptcha is not overlapped by Submit button but it is not possible to edit forms fields now...
No branches or pull requests
Hi,
the recaptcha box is positioned on the regstration button. What should I type into the custom css box to solve this?
i tried
.gglcptch {
display: inline-block;
}
but this did not work.
thanks!
bests,
Miklos
The text was updated successfully, but these errors were encountered: