Is there a quick way that i can reorder the login page appearance order on mobile devices?
I would like welcome back module to be on top of social login module.
Code: Select all
@media only screen and (max-width: 600px) and (min-width: 1px) {
#AppContentRegistration { display: flex; flex-direction: column; }
#AppContentRegistrationTexts {
order: 1;
}
#AppContentRegistrationRegister { order: 3; }
#AppContentFormsLogin {
order: 2;
}
#AppContentFormsLoginFormLogin {
border-radius: 0px;
margin-bottom: 0px;
}
#AppContentFormsLoginFormTable {
width: 100%;
margin-bottom: 30px;
}
}
Users browsing this forum: No registered users and 2 guests