Disable menu on mobile devices

  • Posted in : Read WP
  • acm
    Participant

    Hi there,
    Absolutely loving the theme! It looks awesome :)

    However, the type of blog I am running is closer to a twitter style “quick news” about a sports team.

    I would like to keep the menu on the desktop version of the site to enable access to certain pages…. , but when accessed from a mobile device, I would like to disable the menu. Is this possible?

    Thanks :)

    Chris

    Mehmet S.
    Keymaster

    Style > Custom CSS:

    @media (max-width: 767px)
    {
    #site-navigation .selector { display: none; }
    }
    
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register