• Resolved davidpokorny

    (@davidpokorny)


    Hello, I’m using this fixed captcha that scrolls with the website. I’d like to have in on the left side.
    Is it possible to do so? ??

    Thanks!

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

    Thanks for writing in!

    When you get the chance, can you please provide us with the URL of the page where we can see the form and the reCaptcha so that we can have a look and check it?

    Thank you.

    Hi @davidpokorny,

    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.

    Thanks!

    Thread Starter davidpokorny

    (@davidpokorny)

    Hello, sorry! Been a bit busy.
    Here’s the link: https://www.weqa.com.au/

    We need to push the captha to the right so we can push the up arrow to the left.

    Can you please assist us with that? ??

    Thanks!

    Hello @davidpokorny,

    Thanks for providing the link.

    Please add this CSS code to your site to move the reCaptcha badge to the left:

    
    .grecaptcha-badge {
        width: 70px !important;
        overflow: hidden !important;
        transition: all 0.3s ease !important;
        left: 4px !important;
    }
    
    .grecaptcha-badge:hover {
        width: 256px !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!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Push reCaptcha to the right’ is closed to new replies.