[Support request] Menu

Home Forums Support [Support request] Menu

Home Forums Support Menu

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #593308
    John

    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?

    #593528
    Tom
    Lead Developer
    Lead Developer

    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;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.