Viewing 2 replies - 1 through 2 (of 2 total)
  • It’s because of this CSS rule:

    .cover {
    	position: absolute;
    	top: 0;
    	right: 0;
    	bottom: 0;
    	left: 0;
    }

    Change the position to relative instead of absolute.

    I will remind you that you should be making your CSS changes either in a child theme or use a CSS plugin like Jetpack or Custom CSS Manager. You don’t want to end up like this guy when the theme gets updated.

    Thread Starter NomadMik

    (@nomadmik)

    Thank you so much! That did the trick!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Menu not responding’ is closed to new replies.