New Landing How can we help? Themeforest Theme Support Dante Permanently displaying the mobile menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Dante
  • #43246
    sam
    Member
    Post count: 10

    Hello,

    Is there a way to replace the standard desktop menu with the mobile menu, so it’s always visible in place of the regular menu and not just when activated responsively?

    Any help greatly appreciated!

    S.

    #43707
    Tahir – SUPPORT
    Member
    Post count: 1212

    Hi,
    I am afraid it would require some Css and JS changes. Maybe Ed can add it in the next update.

    Thanks
    Tahir

    #43801
    sam
    Member
    Post count: 10

    No problem – understand – thanks for getting back to me.

    Cheers,

    S.

    #43831
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi there,

    Try the following custom css:

    	#logo {
    		width: 100%;
    		padding-right: 30px;
    	}
    	#logo a {
    		float: left;
    	}
    	#logo a.mobile-menu-show {
    		display: block!important;
    	}
    	#main-navigation {
    		display: none;
    	}
    	.header-1 #main-nav, .header-1 #main-nav-sticky-wrapper, .header-1 .header-left, .header-1 .header-right, .header-2 .header-right, .header-2 #main-nav, .header-2 #main-nav-sticky-wrapper {
    		display: none;
    	}

    Hope that helps.

    – Ed

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

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

License required for one of the following items
Login and Registration Log in · Register