Archived topic
Move close button on mobile off-canvas from left to right
5 replies · Started by Charles on May 6, 2020
Hi,
I’m trying to move the close toggle button from the left to the right on mobile off-canvas menu.
Any help would be great.
Thanks
Hi there,
Try this CSS:
.slideout-navigation button.slideout-exit {
text-align: right;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Brilliant, that works. Thanks for that. What CSS would I need to remove the 'Menu' text?
This should help:
https://docs.generatepress.com/article/mobile-menu-label/
Awesome. Sorry for all the questions but is it possible to increase the margin on mobile devices for post and pages archives?
Can I also control the size of meta entries on post archives?
Thanks in advance
Can you open a new topic for the separate question?
I'll mark this one resolved :)