[Support request] Main Menu not working on Desktop view

Home Forums Support [Support request] Main Menu not working on Desktop view

Home Forums Support Main Menu not working on Desktop view

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #773935
    Terry

    I’m using GP Premium 1.7.7 and the main menu on the front page is not working on Safari, Microsoft Edge and Mozilla Firefox. The menu works on interior pages and mobile.

    Please HELP!

    #773959
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Your Elementor section is sitting on top of the header, making it so nothing in there can be clicked.

    The best thing to do is find why your Elementor section is doing that in the first place.

    Alternatively, you can tell the site header to sit on top of the section so it can be interacted with:

    .site-header {
        z-index: 100;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-php/

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.