Change menu to menu icon
-
Hello!
Our blog theme (Zuki) has a feature to change the menu to a small menu icon with a expandable menu in it once the screen size is under 1260px wide. Is there a way to change that through CSS to let’s say 3000px wide so that it will show the small menu icon all the time?
Thanks very much.
The blog I need help with is: (visible only to logged in users)
-
Hi, to make the mobile menu active above 1260px in width, add the following to your custom CSS.
@media screen and (min-width: 1260px) { #mobile-menu-toggle { display: block !important; } #mobile-menu-wrap { display: none; } } -
-
Sorry, I thought I had this figured out, but looking at things, due to the way things are structured, and because the theme software is actually changing things within the HTML, I’m not going to be able to do this.
- The topic ‘Change menu to menu icon’ is closed to new replies.