Hamburger menu is behind section

[ad_1]

It seems you’re using the Elementor plugin for your site.

I’m not super-familiar with this plugin and I don’t know if it gives any user controls over the layering (ie z-indexing) of elements… but examining the site’s HTML&CSS I can see the “Hero” or header banner section has z-index: 1, whereas the header section has no such setting (default auto).

Hence the problem you’re facing.

You can try to control the layering of sections in the Elementor plugin’s UI (if there’s any such feature), or use the following custom CSS to fix the problem:

section.elementor-element-593a216 {
    z-index: 2;
}

Good luck!

Thank you. I was going nuts. Somehow I predicted that the Z-index was off, but had no idea where.

You have solved my problem.

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer