Archived topic
Mobile Header - ON: how to get hamburger icon to the right
5 replies · Started by Marco on October 18, 2021
Hello
I've set the mobile header to ON in the customizer - I have a hamburger icon in the header all the way to the left - how can I get it to the right?
thanks
Hi there,
Any chance you can link us to the site in question?
You can use the private information field:
https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information
Let me know :)
just narrow the screen until the logo disappears and you see the hamburger icon in the upper left corner - I'd like to have it to the right though.
thanks again
Hi Marco,
Can you try adding this CSS?
nav#mobile-header button.menu-toggle {
margin-left: auto;
}
Expected result - https://share.getcloudapp.com/Kou7LGpq
That did the trick - thanks so much
No problem. :D