• The Desktop Nav Menu is still showing on mobile divices.

    So now I have 2 nav menus for the mobile people. How can I make the Dekstop nav Menu disapear for mobile devices?

    • This topic was modified 8 years, 1 month ago by meike123.
Viewing 1 replies (of 1 total)
  • There seems to be a bug in the stylesheet. As the theme developer @divjotsingh_440 seems to be unresponsive, you could help yourself by adding this CSS rule to Appearance > Customize > Additional CSS (Design > Customizer > Zus?tzliches CSS in the German version):

    @media screen and (max-width: 768px) {
      #nav-wrapper #site-navigation {
        display: none;
      }
    }

    You should also fix your Impressum. Just saying…

Viewing 1 replies (of 1 total)
  • The topic ‘Desktop Menu still showing on mobile’ is closed to new replies.