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

#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