This repository has been archived by the owner on Sep 16, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 862
Changing responsive menu toggle breakpoint #932
Comments
You can check my website here : https://lesdeuxvagues.com/kameojune/v2 The menu is overlapping with the logo and that's why i want to make the toggle happen sooner. |
Thanks for your help! Would it work with, say, "800px", instead of "large" ? |
I forgot.. I had already tried that but there is no "medium" in header.php |
Hi you can also use data-hide-for="large" on your title bar to hide the menu on large or above. Then the code above should activate the tablet menu earlier. You can change the small / medium / large breakpoints in the settings.scss file. |
Go to breakpoints in _settings.scss and change the width of medium :
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello !
I am trying to change the breakpoint where the title bar is displayed instead of the normal desktop menu. It is changing for medium up but I find it too small.
I can't seem to find where to change that. I tried the data-hide-for attribute, and changing the breakpoint in _navigation.scss but none of this is working.
Any ideas ?
Thank you
The text was updated successfully, but these errors were encountered: