hi @elnath,
Please apply this CSS code to plugin custom CSS ( Login Form Setting > Custom CSS)
@media(min-width: 280px) and (max-width:480px ){
div#login{
padding-left: 15px;
padding-right: 15px;
}
}
Apply the above solution and notify us.
Thank you.
This did it! however I’m still unable to set the background to cover on small devices:
@media(min-width: 280px) and (max-width:480px ){
div#login{
paddding-left: 15px;
padding-right: 15px;
}
body{
background-size:cover !important;
}
}
-
This reply was modified 8 years, 5 months ago by
Syncly.it.
-
This reply was modified 8 years, 5 months ago by
Syncly.it.
Hi @elnath78,
Can you share a screenshot about this issue?
We will investigate and try to fin in next update.
Thanks
Hi,
Just try to login at the link above, you will see the background does not cover regardless the rule, are you setting it somewhere else or forcing it other than with CSS?