Desctop menu
If the menu is large, it does not fit in one line - you can add a class "desctop-menu-large" in html:
<header class="desctop-menu-large">
Menu settings
1)You can adjust the delay and smooth appearance of the submenu. In js/main.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="tt-stuck-nav disabled">
