• My mobile menu is being blocked by the header. This only happens on the front page. All other pages the header is fine. I have a rev slider on the front but they have said it’s not the slider.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Moderator threadi

    (@threadi)

    The reason is that the mobile menu is in the content area and the content has a non-existent Z-index. Thus it is behind the header area and therefore the menu is not accessible.

    A solution could be:

    .page_content_wrap {
      z-index: 100000;
    }

    But then the header is not visible anymore.

    Since you are using Elementor you should rather see how you can place the mobile menu in the header. The Elementor support can help you with that: https://wordpress.org/support/plugin/elementor/

Viewing 1 replies (of 1 total)

The topic ‘Mobile Menu being blocked’ is closed to new replies.