Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #363928

    Hi guys,

    I’d like to display the logo (in my case the subtext) when the responsive menu is open. Please see screenshot: example

    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?

    #364312

    Hey woeph!

    Try adding this to your custom CSS.

    #mobile-advanced { padding: 0px !important; margin-top: 50px !important; }
    

    Regards,
    Elliott

    #364344

    Thanks Elliot! What about preventing the page from scrolling to top when mobile menu is opened ?

    Cheers,
    woeph

    #364862

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.