Does anyone know how to move recaptcha badge to the down left position? (Default CS-Cart addon)
I tried with CSS:
grecaptcha-badge {
width: 70px !important;
overflow: hidden !important;
transition: all 0.3s ease !important;
left: 4px !important;
}
When i add this CSS, bagde is moved to left, and everything is ok on desktop, when hover over badge, blue slide came out.
On mobile if you click on badge, it should slide out also, but no, it not works.
Did you try it on a real phone or just on a desktop with a mobile view? If you try it on a desktop, but just with mobile view, it works, but try it on real mobile, when click it just zoom badge a little, but not expand.
@ecomlabs I don’t know how it works on your phones. @johnbol1 Exactly, that is whats happening.
Here are pictures before and after clicking on badge, from my phone.
I think I found the problem. The problem is not in the device, the problem is in browser. On Chrome it doesn’t work, but on others like Firefox it works on same device…How to solve that issue?