• Resolved piyushdear

    (@piyushdear)


    Hi,

    One more issue in the Job Form. In the mobile, Recaptcha is going outside of the box in the application form.

    Pls. help.

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

Viewing 1 replies (of 1 total)
  • Plugin Contributor Nithin John

    (@nithi22)

    Hi,

    Use the below CSS to fix this issue. Please copy-paste it on the Theme Customizer.

    @media (max-width:420px){
    	.g-recaptcha {
    		transform: scale(0.8);
    		transform-origin: left top;
    	}
    }

    Regards
    Nithin John

Viewing 1 replies (of 1 total)
  • The topic ‘Recaptcha is going outside of the box in mobile’ is closed to new replies.