skip to Main Content

The dropdown menu in my main menu (desktop) will not work when clicking on it. The dropdown menu (mobile), which is the entire menu, won’t appear at all when clicking on the hamburger menu icon. Why won’t it appear?

I’ve already tried changing the z-index of the header using some code I got from other questions and answers. I don’t know how to code so I’m not sure I did it right, and the z-index may still be an issue.

I am using WordPress and the Elementor plugin to build my website. The theme I am using is called NeoTech, built by DeoThemes. My website is buenavistamag.com.

I just want the dropdown menus to work so my visitors can navigate my website properly. Can anyone help?

2

Answers


  1. From my observation, you have created the menu. Invoke your menu options in menu editor via Appearance>Menu tab in WP-Admin

    SampleForDropdown

    Login or Signup to reply.
  2. Your dropown menu is working but not showing. Because, you need to remove overflow:hidden from header element.

    enter image description here

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search