- Posts: 2
- Thank you received: 0
Login Box appears off screen on Moblie
- Chris Hogan
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
6 years 2 days ago #9176
by Chris Hogan
Login Box appears off screen on Moblie was created by Chris Hogan
Hi there,
Could you possibly let me know if there's any way to fix the ''ot-lightbox-login box'' not showing correctly on a small screen.
At the moment only half the login box is shown whilst viewing on a small screen or on a mobile (on both my site and on your demo)
Any advise is much appreciated as this is the final bit of my site I need to fix!!
Thanks,
Chris.
Could you possibly let me know if there's any way to fix the ''ot-lightbox-login box'' not showing correctly on a small screen.
At the moment only half the login box is shown whilst viewing on a small screen or on a mobile (on both my site and on your demo)
Any advise is much appreciated as this is the final bit of my site I need to fix!!
Thanks,
Chris.
Attachments:
Please Log in or Create an account to join the conversation.
6 years 1 day ago #9177
by Ha Pham
Replied by Ha Pham on topic Login Box appears off screen on Moblie
Hi,
In module's css link modules/mod_otlogin/css/mod_otlogin.css line 845 we have:
.ot_login .ot_button {
...
width: 400px;
height: 400px;
}
and line 73:
.ot_login .md-modal {
position: fixed;
top: 25%;
left: 38%;
width: 40%;
max-width: 320px;
min-width: 250px;
height: auto;
....
}
So you can choose 2 ways:
- Don't use module in mobile view
- or change these codes
In module's css link modules/mod_otlogin/css/mod_otlogin.css line 845 we have:
.ot_login .ot_button {
...
width: 400px;
height: 400px;
}
and line 73:
.ot_login .md-modal {
position: fixed;
top: 25%;
left: 38%;
width: 40%;
max-width: 320px;
min-width: 250px;
height: auto;
....
}
So you can choose 2 ways:
- Don't use module in mobile view
- or change these codes
Please Log in or Create an account to join the conversation.
Time to create page: 0.331 seconds