[Resolved] Secondary navigation

Home Forums Support [Resolved] Secondary navigation

Home Forums Support Secondary navigation

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #67817
    Johan Falkbrink

    I have a small question I have sat and figured out how to get secondary navigation disappear when one comes to the mobile. There, I just want to Main Menu to appear not the talent. but on the plain side of the computer, I want both to be there. Hope you understand what I mean …

    #67904
    Tom
    Lead Developer
    Lead Developer

    Are you wanting to hide the secondary navigation only on mobile?

    If so, this CSS should work:

    @media screen and (max-width: 768px) {
          .secondary-navigation {
                display: none;
          }
    }
    #67913
    Johan Falkbrink

    thanks a lot….

    #68073
    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.