I am trying to set the mobile breakpoint for my menu but there seems to be an issue. I am using the following code, but no matter what, the mobile button appears at 979px.
@media (min-width: 701px) {
.x-nav-wrap.desktop {
display: block;
}
.masthead-inline .x-btn-navbar {
display: none;
}
}
Website is http://www.winonaheritageroom.com/wordpress
Thanks!