Archived topic
Location of Menu and Search on Mobile
3 replies · Started by Forum User on April 27, 2020
Viewing posts 1–4 of 4
Is it possible “On Mobile” to have the search on the right and the menu on the left?
Hi there,
in Customizer > Additional CSS - remove this:
#mobile-header .inside-navigation {
display: flex;
flex-direction: column;
}
And add this:
#mobile-header .inside-navigation {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.main-navigation .mobile-bar-items {
order: 4;
}
That worked. Thanks for the excellent support!
Glad to be of help
This archived topic is closed to new replies.