Archived topic
Mobile header = on. Want to place header above too.
9 replies · Started by Brandon on March 11, 2019
I like the mobile navigation better on mobile header = on. I also want to place a header above (that header is disabled when you turn on mobile header)
Any way to do this? Perhaps a hook?
Hi there,
Looks like you've already achieved it with top bar?
https://www.screencast.com/t/k4CjG40Jct
Let me know if I'm missing something :)
No I want a header like the one i just turned on above the mobile menu
2brosandatruck.com
basically a sticky mobile menu bar with the menu button on the right with the header above the menu bar for mobile. is that possible?
So the only issue right now is the menu toggle not on the right?
If so try this CSS:
button.menu-toggle {
text-align: right;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
No the issue is:
I want a Logo above the mobile menu (sticky, align right)
If you choose the mobile menu option, then the logo is embedded in the menu bar.
If I just use that code, then the mobile menu isn't sticky.
I want the mobile menu but i also want a header above the menu bar (for mobile). make sesnse?
you know what that CSS worked I just had to turn on sticky navigation. thank you very much
thanks again
Glad I could help :)