[Resolved] Mobile tabs (secondary mobile menu) customization

Home Forums Support [Resolved] Mobile tabs (secondary mobile menu) customization

Home Forums Support Mobile tabs (secondary mobile menu) customization

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1560788
    Tony

    Hi,

    I’m continuing the thread from free support.

    I have disabled the secondary menu as described in the docs. However, I still have two issues:

    1) The secondary menu is rendered above the primary menu. I’d like it to be the opposite.
    2) I’d like the secondary menu to be not rendered on desktop OR to be at least hidden.

    If the above is not possible, I’d be happy with having only one menu, which would have text items and the last one would expand after clicking.

    Thanks in advance

    #1561681
    Leo
    Staff
    Customer Support

    Hi there,

    Any chance you can link us to the site in question (even if it’s NSFW)?

    You can use the private information field.

    Let me know πŸ™‚

    #1563325
    Tony

    I have solved #1.

    Only #2 remains πŸ™‚

    The changes are not live on the site. I will publish them once it’s set up correctly.

    The site URL is in the private info box.

    #1563358
    David
    Staff
    Customer Support

    Hi there,

    you can hide the secondary nav on desktop with this CSS:

    @media(min-width: 769px) {
        #secondary-navigation {
            display: none;
        }
    }
    #1563585
    Tony

    Thanks David. I have made it look as I needed. Thank you

    #1563586
    Tony

    Closing this thread.

    #1563623
    David
    Staff
    Customer Support

    Glad to be of help

    #1651421
    Tony

    Hello David,

    Would you be please able to tell me what do I have to do in order to fix the secondary navigation on mobile? It works well, however once the hamburger submenu expands, it doesn’t hide on upon clicking.

    Thanks a lot

    #1652380
    Elvin
    Staff
    Customer Support

    Hi there,

    You can try changing the Navigation dropdown behavior to “Click – Menu item” on Appearance > Customize > Layout > Primary Navigation as shown here: https://share.getcloudapp.com/YEuXoRKK

    This affects the secondary menu as well.

    #1652634
    Tony

    Amazing, it helped! Thanks a lot πŸ™‚

    #1652646
    Elvin
    Staff
    Customer Support

    No problem. Glad you got it sorted. πŸ™‚

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