Login form doasn't work on mobile
- Posted by Szymon Słoma (35) Offline
Hi,
I got your free template ripple, i am testing it on sklep.beeactive.pl/index.php. And i got problem with login form in login postion. Its work fine on desktop but it's doasn't work on mobile 9 (android). Tested on chrome and mozilla.
Any ideas? What happend?
I've just started and i didn't make any changes in template... instaled only samoe app in j2store.
Pleasa help
6 years 1 month ago #1
by Szymon Słoma
I got your free template ripple, i am testing it on sklep.beeactive.pl/index.php. And i got problem with login form in login postion. Its work fine on desktop but it's doasn't work on mobile 9 (android). Tested on chrome and mozilla.
Any ideas? What happend?
I've just started and i didn't make any changes in template... instaled only samoe app in j2store.
Pleasa help
The topic has been marked as resolved.
- Posted by champchoel (27) Offline
Hi, I couldn't check your website properly, because it loads very slow. But I'm worried it happens because of z-index issue.
6 years 1 month ago #2
by champchoel
The topic has been marked as resolved.
- Posted by Szymon Słoma (35) Offline
The topic has been marked as resolved.
- Posted by champchoel (27) Offline
Please create custom.css file and store it on css folder. Then write this css rule
Good luck
6 years 1 month ago #4
by champchoel
@media (max-width: 900px) {
.dropdown-login .dropdown.open .dropdown-menu {
z-index: 999999999999999
}
}
Good luck
The topic has been marked as resolved.