New Landing How can we help? Themeforest Theme Support Dante Mobile Navigation One Page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Dante
  • #43994
    petebulley
    Member
    Post count: 6

    When building a one page site, the navigation viewed in a browser works well using anchors to scroll down to sections of the page from the navigation.

    In mobile it doesn’t work and the menu stays ‘open’ and users don’t realise the page has scrolled to the corresponding point behind the menu and they must close the menu.

    Any way to have the menu auto-close when scrolling to an anchor?

    #44241
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi there,

    We have disabled this functionality for mobile devices in the next update, as it doesn’t make too much sense. You can disable it now with the following custom css:

    @media only screen and (max-width: 1024px) {
    #one-page-nav {
    		display: none!important;
    	}
    }

    – Ed

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register