Support » Themes and Templates » Need help with menu

  • Hello, I’m in the process of creating my first site starting with the _s.

    I’ve somehow created this problem where instead of showing a primary menu, it simply shows a primary menu button, and when I click the button it then displays the menu underneath it. I don’t know how this button appeared, but I need to know how to I get rid of this button and just display a normal menu in horizontal block form?

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

    (@topdrawergaming)

    it appears that maybe the issue is with

    @media screen and (max-width: 800px) {
    	.menu-toggle {
    		display: none;
    	}
    	.main-navigation ul {
    		display: block;
    	}

    which I have set to display a menu when the screen size gets smaller, but its actually doing the exact opposite. It shows the button when the screen is large, and then gets rid of the button when the screen gets smaller.

Viewing 1 replies (of 1 total)
  • The topic ‘Need help with menu’ is closed to new replies.