Hi guys,
I’d like to display the logo (in my case the subtext) when the responsive menu is open. Please see screenshot:
I tried using a z-index but maybe I’m stupid. Also, I’ve noticed that when the menu toggle is clicked on, the page will be automatically scrolled to top. How can I prevent this?
Hey woeph!
Try adding this to your custom CSS.
#mobile-advanced { padding: 0px !important; margin-top: 50px !important; }
Regards,
Elliott
Thanks Elliot! What about preventing the page from scrolling to top when mobile menu is opened ?
Cheers,
woeph
Hi!
Try commenting out line 374 in /enfold/js/avia.js.
//win.scrollTop(0);
This will be fine if your menu is small but if you have a large menu that is bigger than the screen height then it’s not going to work like your wanting.
Best regards,
Elliott