Hi there, strange thing happening on https://benfranklincraftswi.com/… The mobile menu won’t expand on an ipad when it’s held horizontally. It DOES expand like it should on smaller mobile screens. See short demo video here:
http://somup.com/cqeqYmnTuj
Cornerstone and X are updated to latest versions and so is the WP core. I’ve also tried disabling all plugins and the issue persists. Happens in all browsers.
Can you please help? FYI - this CSS is in place in case that matters:
/* Changing Navbar Breakpoint - Desktop /
/ Replace 1199px with your desired breakpoint value */
@media (max-width: 1150px) {
.x-navbar, .x-navbar-wrap, .x-navbar-fixed-top-active .x-navbar-wrap {
height: auto;
}
.x-btn-navbar {
display:block !important;
float:right;
}
.x-nav-wrap.mobile.collapse.in,
.x-nav-wrap.mobile.collapsing {
display:block;
}
.x-nav-wrap.desktop .x-nav {
display:none;
}
}
Thank you!
Dawn
