• Resolved Bee Lounge

    (@beelounge)


    Hello,
    Is it possible to relocate the reCAPTCHA V3 from right corner to the left?
    Because it overlays the “to top” arrow.
    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello @beelounge,

    To do that, please try the following custom CSS snippet in your site:

    .grecaptcha-badge {
        right: unset !important;
        left: 0 !important;
    }
    

    And in case it helps, here’s a tutorial from WPBeginner on how to add custom CSS like this to your site.

    Hope this helps!

    Thread Starter Bee Lounge

    (@beelounge)

    Hi @jadeam,

    Thanks for reply!
    The CSS moved the RC to left, but it didn’t switch the position of the icon and the blue text area.
    It shows up in full, doesn’t hide a part of it like it does when it’s on the right side.

    Checked with dev tools and found that the position of the icon and blue text area can be changed. But didn’t get where to amend the fles style.

    Can you provide more information of which files must be amended?

    Thanks!

    Hi @beelounge,

    Can you please provide the URL of the page in question so that we can check it?

    Thank you.

    Hi @beelounge,

    We haven’t heard back from you in about a week, so I’m going to go ahead and close this thread for now. But if you’d like us to assist further, please feel welcome to continue the conversation (please just see my post above).

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Relocate reCAPTCHA V3’ is closed to new replies.