[Resolved] Removing the primary navigation on mobile view

Home Forums Support [Resolved] Removing the primary navigation on mobile view

Home Forums Support Removing the primary navigation on mobile view

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #934260
    Steve

    I have looked through the forum and am trying to remove the primary navigation on mobile view but with no luck.

    Tried CSS and the cutomise area, but not working for me.

    #934471
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Give this a shot:

    @media (max-width: 768px) {
        #site-navigation,
        #sticky-navigation {
            display: none;
        }
    }

    Let me know ๐Ÿ™‚

    #934491
    Steve

    Brilliant, ever grateful for your help, works a treat

    #934492
    Tom
    Lead Developer
    Lead Developer

    Awesome, glad I could help ๐Ÿ™‚

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