Menu settings

1)You can adjust the delay and smooth appearance of the submenu. In src/js/_header_desktop_menu.js find:
                   /* menu setting*/
			        header_menu_timeout = 200,
			        header_menu_delay = 200,
                

2)You can cancel the menu lock when scrolling. You must add a class "disabled" in html:

                    <div class="pt-stuck-nav disabled">
                
BACK TO TOP