Same problem with the mobile window.
Not sure what to do.
https://www.reefinnovations.com
so I added:
Download this plugin: https://www.ads-software.com/plugins/custom-css-js-php/
Go to the “Add New JAVASCRIPT” area (screenshot)
Add this code:
jQuery(‘.menu-toggle’).on(‘click’, function ($) {
var _this = $(this),
container = _this.closest(‘.horisontal-navigation’).find(‘.nav-horizontal’);
container.find(‘ul’).toggleClass(‘active’);
});
Go to the “Add New CSS” area
Add this code:
.horisontal-navigation ul.nav-horizontal.active,
.horisontal-navigation div.nav-horizontal > ul.active {
display: block;
}
Still Not Working
corrected the spelling of horisontal-
Still Not Working