Hi @ceol,
You can find a setting for it in the Customizer, under Theme Options → “Show Primary Menu in the Header”.
— Anders
Thread Starter
ceol
(@ceol)
Thanks a million – I missed that.
While trying to force show standard menu in mobile view, also trying to have a smaller font-size using this:
@media (max-width: 10000px) {
.nav-toggle {display: none !important;}
.alt-nav-wrapper {display: flex !important;}
}
@media (max-width: 768) {
.alt-nav a {
font-size: .5rem !important;
}
}
…but no luck. Any help most appreciated. Thanks again
Thread Starter
ceol
(@ceol)
…hang on, I forgot the ‘px’ for the max-width sorry…
Thanks again