I’ve noticed that the navigation menu in my website is not working correctly. When the screen is adjusted and the menu items become hidden under the “More” tab, I am unable to click on any items under “more.” Is anyone else having the same issue? Similarly, the search widget in the Navbar sidebar will not let me select it either.
I found the problem. Bootstrap was being loaded twice in <head>. A plugin was loading it too, so I selected the option not to load Bootstrap on that plugin and problem solved.