Archived topic
i want to move the sticky mobile menu button right-aligned
5 replies · Started by Brandon on June 7, 2019
I cannot find this option which I enabled on my other website (listed first below)
I also want the mobile menu to shrink when I scroll down. I completely forget where these options are
the website I want to change is listed second
Hi there,
Try this CSS:
button.menu-toggle {
text-align: right;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know :)
It worked. Thanks so much Leo
Do you also know how to make the sticky menu shrink vertically on desktop when scrolling down?
Set the sticky navigation menu item height:
https://docs.generatepress.com/article/sticky-navigation/#menu-item-height
To be smaller than the static menu item height:
https://docs.generatepress.com/article/menu-item-height-width/#height
Thank you Leo, I did not realize I needed the "spacing" add-on for this.
Take care,
--Brandon
No problem :)