• Resolved NetMonkey

    (@headmonkey)


    Thanks for creating a nice contact form that’s easy to work with. The only problem I have is the reCAPTCHA div sticks out to the right and I can’t seem to find the correct css selector to move it to the left margin like the rest of the form.

    I’ve tried a number of different css code selectors and it still looks like what the link to my page shows. Please help.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author bestwebsoft

    (@bestwebsoft)

    Hi,

    Thank you for contacting us!

    The reason of this issue is your theme’s stylesheet – it sets the following rules for all iframes:

    embed, iframe, object, video {
        max-width: 100%;
        position: relative;
        left: 125px;
    }

    To fix this issue please do the following:

    1) Go to the plugin settings page;
    2) Open Custom Code tab;
    3) Click “Activate custom CSS code.” checkbox;
    4) Add the following code in the area below:

    
    .gglcptch iframe {
        left: 0 !important;
    }

    Let us know about the results.

    Thread Starter NetMonkey

    (@headmonkey)

    Bestwebsoft,

    Thank you for the css code. Fixed!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Css to move Google reCAPTCHA’ is closed to new replies.