Google Invisible Recapcha MFH
Posted: Sun Sep 02, 2018 1:54 pm
Hi,
I finally figured out how to get "Google Invisible Recapcha on the left.
I thought I was going to share this here. Maybe this can be an extra feature in the future
in css/bootsptrap.css > put the following css on the bottom:
When using Google invisible Recapcha it will now show up on the left instead of rhe right
I finally figured out how to get "Google Invisible Recapcha on the left.
I thought I was going to share this here. Maybe this can be an extra feature in the future

in css/bootsptrap.css > put the following css on the bottom:
Code: Select all
.grecaptcha-badge {
width: 70px !important;
overflow: hidden !important;
transition: all 0.3s ease !important;
left: 4px !important;
}
.grecaptcha-badge:hover {
width: 256px !important;
}
When using Google invisible Recapcha it will now show up on the left instead of rhe right
