• Resolved kaizerco

    (@kaizerco)


    For some reason the recaptcha box comes out cropped on the right side in my site. I had to adjust the iframe with CSS to 101% max-width.
    See the linked image.

    Thanks

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • thethemefoundry

    (@thethemefoundry)

    That’s weird, @kaizerco.

    Could you share a link so we can take a look directly? ReCaptcha should handle its own styles autonomously, chances are something is interfering with it.

    Let us know!

    Thread Starter kaizerco

    (@kaizerco)

    I sent you an email with a URL where I’ve applied the 101% max-width

    thethemefoundry

    (@thethemefoundry)

    Thank you, @kaizerco!

    Poking around, I noticed that a CSS rule is interfering. I can’t share an exact line, because the CSS file is minified, but it looks like a Beaver Builder skin. The rule goes like this:

    iframe {
        max-width: 100%;
    }

    And that seems to interfere with the internal styling of your ReCaptcha iframe. I’m not sure this is something we should fix in HappyForm, as it would apply even when it shouldn’t. I guess your fix is the best workaround here. ??

    Let us know what you think!

    Thread Starter kaizerco

    (@kaizerco)

    Cool. I’ll leave it the way it is.
    Thanks for the quick response and sorry for my late reply :).

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Recaptcha window cropped’ is closed to new replies.