Thanks Nico but the plugin is not the problem. I checked it in 3 browsers.
The menu should be “collapsed” and not appear until the user clicks the hamburger menu button. Since the theme update, whenever the browser is more than 979px, it appears and does not toggle.
I believe the problem appeared after some change in the theme’s code and may conflict with my child!
Perhaps in:
…/x/framework/legacy/cranium/dist/css/site/integrity-light.css?ver=6.1.6
@media (max-width: 979px)
.x-nav-wrap.mobile {
display: block;
}
To be clear, I am using the mobile menu for desktop too. It should work the same on the desktop as it does on a phone! I believe I have a conflict with the theme’s media queries specifying “max-width: 979px.”
I can’t find the conflict. How do I overwrite these media queries in my child CSS and allow the desktop menu to collapse?