Viewing 1 replies (of 1 total)
  • @faizynadim

    This is probably due to your theme’s z-index. Go to Appearance->Customize->Additional CSS and add this code snippet to see if it resolves the issue:

    .grecaptcha-badge {
    	z-index: 999;
    }

    Best,
    Carm

Viewing 1 replies (of 1 total)
  • The topic ‘Recaptcha badge hiding behind footer’ is closed to new replies.