Support » Theme: Twenty Fourteen » Menu Toggle on Larger Screens

  • I am trying have the primary menu toggle button appear on larger screens than it curretly does.

    wl-associates.com

    The site uses the secondary (left hand side) menu mainly but I don’t like when it moves to the bottom when screen is below 1008px so I have added

    @media screen and (max-width: 1008px) {
    	.secondary-navigation {
    		display:none;
    	}

    to remove it on smaller screens.

    What I would like now is for the primary menu toggle button to appear when the secondary navigation disappears. Adding a similar media query doesn’t seem to work.

    In the short term I have the menu toggle button appearing all the time using

    .primary-navigation .menu-toggle {
        display: block;
    }

    Can anyone help me solve this?

  • The topic ‘Menu Toggle on Larger Screens’ is closed to new replies.