• Resolved lovetheearth

    (@lovetheearth)


    Hello there!

    I have looked through all of the CSS and .php files in the Make theme but cannot seem to find any code relating to the mobile/responsive settings. Probably missing something obvious but… here’s what I’d like to do:

    Change the padding, font size and background colour (currently black) on the mobile/tablet menus in my child theme.

    I’ve tried installing Jetpack, which didn’t do what I wanted it to do, so deactivated it. I also installed WP Responsive Menu, which I love, but then I end up with two menus (Make’s responsive menu and WP Responsive Menu’s responsive menu!).

    Would someone kindly point me in the right direciton?

    Here’s my website: http://www.stpetersbrockley.org.uk.

    Many thanks!

Viewing 2 replies - 1 through 2 (of 2 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.

    Did you find it eventually?

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Where to find Mobile/Responsive CSS?’ is closed to new replies.