Response DUDE WTF IS THE BOTTOM NAV CLASS/ID. I’ve been trying to find it and each time I think I got it I dont if you still need it i can try and look Ask about this Sharing Copy to Clipboard Twitter Copy link Tools Copy ID Open Comment I think I figured it out @iris Weirdly, it's actually the same nav that the desktop version uses The mobile specific theming is done using this code: @media screen and (max-width: 900px) { nav:not(.legacy *) { // your code here } } Sharing Copy link Tools Copy ID Open Reactions Replies Add a reply Hide your name Submit
I think I figured it out @iris
Weirdly, it's actually the same
nav
that the desktop version usesThe mobile specific theming is done using this code: