[Resolved] Completely disable secondary navigation on mobile

Home Forums Support [Resolved] Completely disable secondary navigation on mobile

Home Forums Support Completely disable secondary navigation on mobile

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #439562
    Andrei

    Hi! How can I completely disable secondary navigation on mobile?

    #439625
    Tom
    Lead Developer
    Lead Developer

    You can do this:

    @media (max-width: 768px) {
        .secondary-navigation {
            display: none;
        }
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.