-
Posts
22 -
Joined
-
Last visited
Community Answers
-
typeandcolour's post in How do I force a hamburger menu for tablet view? was marked as the answer
Thank you! I ended up tweaking a bit, but it worked!
@media screen and (max-width: 1200px) {
[data-nc-base="mobile-bar"] {
display: block !important;
}
.Header-nav--primary {
display: none !important;
}
.Header--top {
display: none !important;
}
}