Hi there!
Is it possible to close the collapsed navigation when we hover away?
BTW: This code is working great for closing the navigation on click:
/* Navigation Collapsed (Off Canvas) - Close on Click */
jQuery(function($) {
$('.x-menu-collapsed .x-anchor').on( "click touchstart", function() {
$('.x-off-canvas-close').click();
});
});
Thanks a lot in advance!
