• Resolved flyers123

    (@flyers123)


    Hi I’ve just installed this plugin and noticed that on registration page the recaptcha box is not aligned with inputbox and it’s little bit out, is there a way to fix the alignment.

    Also on my account page it’s stuck right before login button. how can i add little space between the recaptcha box and login button.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @flyers123,

    You can use this custom CSS code to fix the Re-Captcha alignment.

    div#ur-recaptcha-node {
        margin-left: 10px;
    }

    Paste this code in the additional CSS box. You can find the additional CSS box in your theme customization option. Click on Appearance > Customize and then scroll a bit and you will see Additional CSS box. Paste this code there and it will do the trick.

    Let me know if you have my other questions and I will get back to you.
    Regards!

    Thread Starter flyers123

    (@flyers123)

    Thank you kindly, it worked

    I have 2 more questions

    1st) on the same page registration (link above) how can I move the submit button to the left under recaptcha box

    2nd) little space between recaptcha box and submit button so that they don’t stick together like on the other page “register”

    Thank you in advance

    Hi @flyers123,

    You can do these above customizations using the CSS code. You need to write the CSS code as per your requirement and it will help. You can take the above answer as a reference and write accordingly.
    I am assuming you are familiar with working on CSS codes.

    Regards!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘recaptcha v2 with checkbox alignment’ is closed to new replies.