Im using a multiple website setup (NOT WP Multisite) utilizing subdomains for specific js heavy applications.
I’m using the standard navigation on each subdomain for subdomain specific urls. I’ve implements the Secondary Nav bar at the top of the page to link to each subdomain depending on what the client wants to do and the secondary nav menu is easily duplicates between subdomains. The Secondary Navigation is hidden from tablet and mobile devices.
Desktop use this all works rather well and easily.
For mobile and tablet devices I’m intending to duplicate the Secondary nav menu on the Off Canvas menu. The issue is the off canvas nav menu is at the very bottom of the page and easily missed especially on pages with longer content.
How can I move the Off Canvas menu to the top on mobile devices to the location where the secondary menu would be?
I guess I want to use it like an additional secondary menu that only mobile devices can see.