• Resolved gokh

    (@gokh)


    Hi,

    On a 360px wide screen, the recaptcha overflows outside the container. I added CSS code but it didn’t work.

    https://prnt.sc/p-u11RHNHcvn

    Thanks!

    @media only screen and (max-width: 360px) {
    .wpforms-container .wpforms-recaptcha-container iframe {
        width: 100%;
        max-width: 85%;
    }
    .rc-anchor-logo-portrait {
        margin: 10px 0 0 -15px;
        width: 58px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
    }
    }
    • This topic was modified 12 months ago by gokh.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Recapctcha overflows outside area (360px width)’ is closed to new replies.