I would like to be able to use two nav bars. One for the desk top version and then a different one for the mobile. It appears that the mobile version is triggered by javascript into this div
and from there I am lost. I'm trying to figure out from which ReadyTool (yeah I'm going there) nav bar it's picking up from. I'd like it to use one that I create specifically for the mobile display because I have a completely different nav bar that I want to use for desktop that I'm building in a Content Sections. I've tried using the code from the Navigation Set that works with this javascript but it seems to be missing something. I'm going to keep playing around with it. I'd hate to have to hard code all this in. I really want to be able to use these blocks.
Leslie
Code:
<div id="js-mobile-navigation" class="mobile-navigation"></div>
Leslie
Comment