I went and tinker with the main navigation yesterday. This causes my level-2 on the mobile menu to go blank. The desktop version look fine. After looking through the code, my navigation-set has been hide
but I don't see it create a new ul tag with the class name 'clone'
Is there something I am missing that helped trigger the clone class?
Code:
<ul id="js-navigation-set" class="navigation-set horizontal-mega-menu hide">
Code:
<ul class="clone">
Comment