Create an HTML widget, under elementor nav widget and add the code below:
<script>
jQuery(function($) {
$('.elementor-item-anchor').click(function() {
$('.elementor-menu-toggle.elementor-active').click();
});
});
</script>
Create an HTML widget, under elementor nav widget and add the code below:
<script>
jQuery(function($) {
$('.elementor-item-anchor').click(function() {
$('.elementor-menu-toggle.elementor-active').click();
});
});
</script>