Bug with submenus on resolution smaller than 960px
-
Hi,
I had a bug with resolution smaller than 960px (specifically between 910px and 960px), my submenus didn’t show up.I just replaced something into the code and it works great now.
It’s into js/the frontend.js on line 383 :I replaced
if($(window).width() <= 960){
with
if($(window).width() <= responsive_breakingpoint){
Hope it will help.
Regards.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Bug with submenus on resolution smaller than 960px’ is closed to new replies.