-
Bernhard
Hi there,
I’d like the menu to slide out to 50% width on desktop. Breakpoint is 768 and mobile is fine. How can I set this? -
Hi there,
Try this CSS:
@media (min-width: 769px) { :root { --gp-slideout-width: 50vw; } }
Learn how to add CSS: https://docs.generatepress.com/article/adding-css/
Please adjust the
50vw
as desired. -
Bernhard
Hi Leo,
I see no change. -
Hi there,
I’ve updated Leo’s code, you can change the 50% to 50vw.
-
Bernhard
Perfect, thank you 🙂
-
No Problem 🙂
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.