• Resolved flizzywp

    (@flizzywp)


    Hello,
    I’ve added a Recaptcha to my registration form through a plugin.

    View post on imgur.com

    As you can see from the screenshot, this cuts off the image at the top (even when scrolled all the way up) and shows a gray bar at the bottom of the page that is normally not there. The amount of pixels that are cut off seems to be the same as the gray area at the bottom.
    Also, when I make the window smaller, more and more from the top gets cut off and can’t be reached through scrolling.
    Do you have any idea how I could fix this?

    Unquestionably the Recaptcha causes this behavior. Unfortunately, the developer of the plugin is not active in the support forums so I can’t get help there.

    • This topic was modified 6 years ago by flizzywp.
    • This topic was modified 6 years ago by flizzywp.
    • This topic was modified 6 years ago by flizzywp.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Miha

    (@mplusb)

    Hello @flizzywp,

    Please add the following code in Appearance > Customize > Additional CSS:

    body, html {
        height: initial;
    }

    This should fix it. Please let me know how it goes.

    All the best,
    Mihaela

    Thread Starter flizzywp

    (@flizzywp)

    Works like a charm, thank you very much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Recaptcha causes displaced forms’ is closed to new replies.