Move the button under reCaptcha on new Comments

Hello,
I’m getting a lot of spam comments.

That’s why I added reCaptcha for new Comments.

As you can see for example in this Post, the button on new Comments and reCaptcha are overlap.

Can you please help me to move the button under reCaptcha?

Best regards,

Mauro

Hey Mauro,

I’m sorry but I don’t see any overlapping elements in the new comments area. Would you mind providing a screenshot?

Thanks.

Hey @christian_y,
thank you for your quick reply.

Please, in attachment the screenshot.

You will find it after click on “I agree to these terms”.

Best regards,

Mauro

Hi Mauro,

Please add the following CSS under Theme Options > CSS:

.g-recaptcha {
    clear: both;
    margin-bottom: 15px !important;
}

Hope it helps :slight_smile:

1 Like

Hey @thai,
thank you for your help.

CSS work fine!

Best regards,

Mauro

You’re most welcome.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.