Archived topic
Menu
1 reply · Started by John on June 6, 2018
navigation menu not working. Loaded a different theme and it worked fine. Deleted menu and added a new one. How do I delete the current header?
Hi there,
It's not working because your first Elementor section has negative margin top, which is forcing it to sit on top of the navigation.
If you remove that negative margin, the navigation will work.
To remove that gap without using negative margin, you can remove the header padding in Customize > Layout > Header.
Or, you can use this CSS:
.site-header {
display: none;
}