Kadence
Display Desktop Menu in Tablet View Ascend
To force the desktop menu to display in Tablet view, add this CSS to Theme Options> Custom CSS:
@media (min-width: 767px) {
.kt-header-position-above, .second-nav-container {
display: block;
}
#kad-mobile-banner {
display: none;
height: 0;
}
}
This is not recommended, however, and may cause layout issues with your navigation.
Filed under
Uncategorized
Was this page helpful?
Thanks for the feedback!