Unable to close menu items
-
Hi, please have a look at my site http://thehungrygeek.com
The sub-menu opens appear opened by default and they can’t be collapsed.
Appreciate your help on this!
Also, is there a way via CSS to make the logo appear only when the menu has scrolled past a certain pixel height? Thank you 🙂
-
I would start with disabling something possible similar mobile menu javascript/jquery actions in your theme – I can see some references in your code to stickymenu and mobile menu.
The logo appearing past a certain pixel height would require some custom javascript.
To confirm CSS isn’t a factor with this bug?
I’m really not certain how to disable parts of the javascript/jquery mobile menu actions which are left over from my theme. If its CSS that would be much easier.
I hope you can help me with this, at least point me in the right direction?
Actually it is CSS – its in your media queries, try removing 1026-1066 and then you also need to add in when the slick nav kicks in…
.dropdown ul { position: relative; top: 0; width: auto; } .dropdown li { float: none; }That’ll get you going – good luck
Fantastic! With your help on this and after around an hour of tweaking a ton of the related CSS code I’ve got it to work perfectly.
Yep see it working well now – good stuff
Thanks for your help on this 🙂
The topic ‘Unable to close menu items’ is closed to new replies.