Home Forums Basel support forum Move Login/Register to top on mobile

Move Login/Register to top on mobile

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #267646

    Leds
    Participant

    Hello, I added some item to my mobile menu but now the login/register button is on last.
    How can i make it top?

    #267814

    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

    #267821

    Leds
    Participant

    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.
    #268064

    Hello,

    Please provide your site admin access to the private area.

    Best Regards

    #268449

    Leds
    Participant

    I figured it out.
    Another question.
    How do i make a login/register side bar appear like you have on your demo theme?

    #268599

    Hello,

    You can find the option in the Theme Setting > Header > My account links https://prnt.sc/104lj0v

    Best Regards

    #268609

    Leds
    Participant

    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.
    #268878

    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

Viewing 8 posts - 1 through 8 (of 8 total)