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

    (@jerryrcole)

    I found solution. I had to create a custom function to inject code onto the admin/login page.

    // add margin below recaptcha div
    function my_custom_css_recaptcha() {
    	echo '<style type="text/css">div#g-recaptcha-0.g-recaptcha {margin-bottom:15px;}</style>';
    }
    add_action('login_head','my_custom_css_recaptcha');
Viewing 1 replies (of 1 total)
  • The topic ‘Add 15px Margin Below?’ is closed to new replies.