Archived topic
Toggle location with split menu
5 replies · Started by Andy on October 15, 2019
Hi,
I'm using the following guide: https://docs.generatepress.com/article/centering-logo-navigation/ to create a split menu with a centred logo. It's working well but the toggle menu is on the left of the navbar and I want it on the right, I have mobile header enabled.
Appreciate the help,
Thanks,
Andy
Hi there,
can you provide a link to your site?
You can edit your original topic and use the Site URL field to share it privately,
I've now edited the thread and added a URL,
Thanks.
Try this CSS:
#mobile-header .inside-navigation {
justify-content: flex-end;
}
Thank you, works perfectly.
You're welcome