Recapctcha overflows outside area (360px width)
-
Hi,
On a 360px wide screen, the recaptcha overflows outside the container. I added CSS code but it didn’t work.
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; } }
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.