How to add a hamburger menu to the theme and center the actual menu? #922
-
Hello hello, Could you help me with this question ? At least some guidelines, I can do my homework 😉 Thank you very much. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
I just succeed install the "miniburger" plugin from @GiovanniSalmeri, but there is an issue : The menu is not showing the current page. Do you have an idea of the problem/solution ? |
Beta Was this translation helpful? Give feedback.
-
OK, I changed |
Beta Was this translation helpful? Give feedback.
-
Tip: You can let us know when your question has been answered, click on |
Beta Was this translation helpful? Give feedback.
OK, I changed
@media screen and (max-width: 600px) { .topnav a:not(:first-child) {display: none;}
to
@media screen and (max-width: 600px) { .topnav a {display: none;}
In
miniburger.css
and it's OK now.