Any idea?
Any idea?
When i do my hamburger menus i do it like this..
I have a hidden checkbox for the drop down menu..
Then the hamburger menu is set as display:none until about 56em for the media css then it it is set to display: block
So what happens is that when you click the menu, the hidden checkbox is checked and the menu drops down, when you click it again, it hides it again. But its only active below 56em which i find to be about standard size for most portables.
Now as far as oxwall im sure its something similar even though its a static overflow menu. How did you search, did you use a file search utility like agent ransack (what i use) or even atom (its good too) or did you just look manually..
If you did so manually then its worth it to use a utility to search whole scripts for a word, search for the css phase and it will show you every occurance of it.. That will save you tons of time, and then just work your way up the chain... I also look for lang value keys as well using the same utility, that will tell me what files the lang is called in.