Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to force burger menu always, regardless of browser viewport size? #768

Open
vadimkantorov opened this issue Dec 18, 2023 · 1 comment

Comments

@vadimkantorov
Copy link

I have a Jekyll site: https://vadimkantorov.github.io/notionfun/_markdown/france.html with 100 pages .

The body>header>div.wrapper>nav>div.trigger shows the list of all pages, but it's too big when we have 100 pages.

image

When the viewport is less than 600pix, the list of all pages gets replaced by a burger menu:
image

How can I force the site to always have the menu collapsed as burger menu style?

Thanks :)

@vadimkantorov
Copy link
Author

E.g. is it possible to customize the css to replace @media screen and (max-width: 600px) by @media screen and (max-width: 6000px) without forking the theme

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant