Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter ra71a

    (@ra71a)

    Hi Amjad

    This was off already. I've spent a over a week messing around with the settings to no success.

    With the reCAPTCHA. My work around it was this Snippet. My page url is - TDSM

    /* Fix WPForms recaptcha + submit button overflow on narrow/zoomed viewports */

    .wpforms-container-full .wpforms-form .wpforms-recaptcha-container {

        max-width: 100%;

        overflow: hidden;

    }

    .wpforms-container-full .wpforms-form .wpforms-recaptcha-container > div {

        max-width: 100%;

        transform-origin: left top;

    }

    /* Google's reCAPTCHA iframe wrapper itself */

    .wpforms-recaptcha-container iframe {

        max-width: 100%;

    }

    .wpforms-container-full .wpforms-form .wpforms-submit-container {

        max-width: 100%;

    }

    .wpforms-container-full .wpforms-form .wpforms-submit {

        max-width: 100%;

        white-space: normal;

    }

    .wpforms-recaptcha-container > div {

        transform: scale(0.75);

        transform-origin: left top;

    }
Viewing 1 replies (of 1 total)