Keep "desktop" menu for any browser/screen size
-
I have successfully made a static website at 1024px. The last thing I’m trying to figure out is how to keep the “desktop” menu when I scale the browser window down. It seems that no matter what I do with the code, the responsive menu triggers at a browser size of 979px.
Does anyone know where the code is that triggers the responsive menu?
I’ve removed
<div class="navbar notresp...>
and it’s contents from the class-header-menu.php file, I’ve added
`.navbar.resp {
display: none;
}
.navbar.notresp {
display: block;
}`
to my css using media queries, even tried !important, and everything else I could think of, but nothing seems to stop the responsive menu from appearing.I looked through the entire forum 3 times and found a related topic in this thread hoping it would have a solution, but alas it did not.
I just can’t seem to figure this out for some reason and I’m certainly not new to web design. It’s driving me nuts. It’s the last thing I need to do to finish this site.
Any information someone might have to solve this issue would be greatly appreciated.
Thank you in advance
- The topic ‘Keep "desktop" menu for any browser/screen size’ is closed to new replies.