ReCaptcha cut in comments

Hi,

When i install recaptcha in my site, under comments, the captcha is cut.


Any idea for this?

Thanks for you reply

Comments

  • Hi,

    it's cut because the plugin you use is different from what we have in theme. And to display full captcha, please use the following css:
    .anr_captcha_field {
        clear: both;
        float: left;
        margin-bottom: 10px;
    }
Sign In or Register to comment.