I found where is the problem…
It’s my added css code which used to work before as submenu would open on responsive screen just when you put cursor over it :
/*Menu do not dropdown when responsive*/
.navbar.resp .tc-hover-menu ul.dropdown-menu {
display: none;
}
Now something changed and this css does not work…
Can you suggest me other css solution that sub menu on resposive screen stay closed until you put cursor over main menu item like on normal screen ?
Thanks