Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter lovetheearth

    (@lovetheearth)

    Hey again,

    So I’ve cracked this one – not sure if it’s the kosher way, but does the trick, if anyone wants to try something similar:

    I added this to my Child Theme’s Custom CSS:

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

    This removed the theme’s default responsive navigation for screens smaller than 800px (e.g. most tablets, mobiles), and allows the alternative mobile menu (I’m using the WP Responsive Menu plugin) to display instead.

    I’d still be interested to know where to find the Mobile Menu in Make, if anyone can help…

    Great theme, by the way! Love what everyone on this forum is doing with it.

Viewing 1 replies (of 1 total)