Reverse breakpoint?
-
I’m looking for kinda “weird” option for menu – i would like to hide menu on mobile devices and start showing on big screens. In short – reverse breakpoint.
For example how i would like it to work:
@media screen and (max-width: 800px) { button#responsive-menu-button { display: none }} @media screen and (min-width: 801px) { button#responsive-menu-button { display: inline-block; }}of course this code won’t work, because plugin overwrites any css regarding breakpoints anyway.
Is that even possible? I mean it would take only to change max-width to min-width in initial setup.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘Reverse breakpoint?’ is closed to new replies.