Support » Themes and Templates » TwentyTwelve Menu Button Visible For Mobiles

  • Hi
    I have a website at http://www.dnaclient.co.uk/platinum/ where the Menu Button is not present when the website is viewed on a smartphone. The traditional horizontal menu is fine on a larger screen but disappears on a smaller screen and is not replaced by the menu button. How do I make sure the menu button appears on the smaller screens?
    Help appreciated. Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Try deactivating all your plugins to explore whether any could be responsible.

    Thread Starter cgsmith1

    (@cgsmith1)

    Hi
    I’ve tried deactivating each plugin but it doesn’t make any difference.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    So the issue is your Child Theme CSS then

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    And there it is:

    .main-navigation ul.nav-menu.toggled-on,
    .menu-toggle {
    	display: none;
    }

    Thread Starter cgsmith1

    (@cgsmith1)

    Many thanks for your help. One last question. What is the CSS style for the background-color for the small screen menu navigation as it currently looks a bit of a mess. Many thanks, Greg

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘TwentyTwelve Menu Button Visible For Mobiles’ is closed to new replies.