Move Login/Register to top on mobile
-
Hello, I added some item to my mobile menu but now the login/register button is on last.
How can i make it top?
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
@media (max-width: 991px) {
body.document-ready .mobile-nav {
display: inline-flex;
flex-direction: column;
}
}
.mobile-nav {
flex-direction: column;
}
.mobile-nav .searchform {
order: 1;
}
.mobile-nav .header-links {
order: 2;
}
.mobile-nav .menu-mobile-nav-container {
order: 3;
}
Best Regards
That didn’t work. Now i got the search bar bellow the other items and then Login/Register
Attachments:
You must be
logged in to view attached files.
Hello,
Please provide your site admin access to the private area.
Best Regards
I figured it out.
Another question.
How do i make a login/register side bar appear like you have on your demo theme?
Hello,
You can find the option in the Theme Setting > Header > My account links https://prnt.sc/104lj0v
Best Regards
I have all that on but the login/register button doesn’t appear on my page for some reason.
Attachments:
You must be
logged in to view attached files.
Hello,
Header templates have a different set of the element. Some of them do not have Login/Register.
You will need to change the header template in the Theme Settings > Header > Header layout.
Best Regards