[Resolved] Mobile Menu Dropdown Shows Under Slideout On Tablet

Home Forums Support [Resolved] Mobile Menu Dropdown Shows Under Slideout On Tablet

Home Forums Support Mobile Menu Dropdown Shows Under Slideout On Tablet

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

    Hello,

    I am using the generate slideout navigation on mobile and tablet. On tablet the original mobile dropdown shows under the slideout as seen in the screenshot below. How can I stop the standard mobile menu from appearing when the hamburger icon is clicked. I am displaying the mobile header on tablet also with:

    @media (max-width: 1024px) {
    	#mobile-header, .main-navigation .menu-toggle {
    		display: block !important;
    	}
    
    	.main-navigation ul,
    	.gen-sidebar-nav, .main-navigation .sub-menu {
    		display: none;
    	}
    
    	[class*="nav-float-"] .site-header .inside-header > * {
    		float: none;
    		clear: both;
    	}
    }

    Slideout Menu Error

    Thanks!

    #802609
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Strange, that shouldn’t happen – I’ll look into it.

    Give this CSS a shot for now:

    .slide-opened #mobile-header .menu {
        display: none;
    }
    #803120
    Zach

    That did the trick, thanks!

    #803273
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

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