[Resolved] secondary menu issue

Home Forums Support [Resolved] secondary menu issue

Home Forums Support secondary menu issue

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #143127
    morriscountynj

    for some reason, between 768-1024px, both the mobile and desktop versions of the secondary menu show up. try resizing, you’ll see what i mean – http://mcscd.org/

    #143220
    Tom
    Lead Developer
    Lead Developer

    Probably has to do with the custom CSS you added to make the mobile menu appear quicker.

    Do you want the secondary navigation to collapse at the same time?

    #143923
    morriscountynj

    not necessarily, i’d need to try shrinking it to see when i want it to collapse πŸ™‚

    #144058
    Tom
    Lead Developer
    Lead Developer

    In your custom CSS, find this:

    .menu-toggle, 
    .main-navigation.toggled .main-nav>ul {
        display: block;
    }

    And replace it with this:

    .main-navigation .menu-toggle, 
    .main-navigation.toggled .main-nav>ul {
        display: block;
    }

    Then clear your autoptimize cache.

    #144265
    morriscountynj

    awesome, thank you!

    and thanks for all your great tech support, i’m sure i’ve been a bit of a pain with all of my customizations πŸ˜‰

    #144310
    Tom
    Lead Developer
    Lead Developer

    You’re welcome! Glad I’ve been able to help πŸ™‚

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