Hello,
Since the most recent update to X (6.0.4) we have a problem with the mobile navigation setup that worked fine prior to the update.
Basically, our desktop navbar that we have configured for mobile is no longer showing up on the mobile pages.
Here a the picture from our staging site that I loaded a pre-update backup to.
Here is our live site of the same page.
Both pictures were taken today and Cornerstone is also updated to the most recent version.
Here is the code we are using for this (same on both that staging/pre-update site and the live site):
/* hide xtheme mobile menu and show desktop menu (contact button only) on mobile */
@media (max-width: 979px) {
.masthead-inline .x-btn-navbar {
display: none !important;
}
.x-nav-wrap.mobile.collapse {
display: block !important;
}
.x-navbar .mobile .x-nav li> a { border: 0; display: inline; position: absolute; right: 0; top: -5px;
}
.x-navbar {
height: 40px;
}
.mobile .menu-item-2103 {
display: none;
}
.mobile .menu-item-1048 {
display: none;
}
.mobile .menu-item-1108 {
display: none;
}
.mobile .menu-item-1060 {
display: none;
}
.mobile .menu-item-1747 {
display: none;
}
.mobile .menu-item-1818 {
display: none;
}
}
Have been trying to figure this one out and have had no success. Please help!!
Thanks very much and have a great day.
