issue with menu visibility and window size
-
At a browser window size of 1280px, the menu navigation is replaced by a drop-down menu. I wanted to change this value and added a media query to my child-theme’s style.css file.
@media screen and ( min-width: 1000px ) { .menu-toggle { display: none; }Now the drop-down menu disappears at 1000px, however the menu navigation does not appear until the window is 1281px wide.
What would I have to change to make this work?
How do I control the visibility of the menu navigation?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘issue with menu visibility and window size’ is closed to new replies.
