Viewing 1 replies (of 1 total)
  • EDIT:

    /plugins/gravity-forms-no-captcha-recaptcha/public/class-gf-no-captcha-recaptcha-public.php

    change:

    // Public sees CAPTCHA field
                    return '<div class="ginput_container"><div class="g-recaptcha" data-sitekey="' . $site_key . '" data-theme="' . $theme . '"></div></div>';

    To:

    // Public sees CAPTCHA field
                    return '<div class="ginput_container"><div class="g-recaptcha" data-sitekey="' . $site_key . '" data-theme="' . $theme . '" style="transform:scale(0.67);transform-origin:0 0"></div></div>';

    you may need to play with the
    style=”transform:scale(0.67)

    for your site.

Viewing 1 replies (of 1 total)
  • The topic ‘Responsive / No fixed Width’ is closed to new replies.