While my WordPress website with a Bootstrap menu appears to work fine on desktop, I am facing an issue on mobile. The dropdown menu links do not respond when clicked. The hamburger button functionality seems intact as it opens and closes the dropdown menu smoothly, making it appear functional at first glance. However, upon clicking on a sub-menu item, nothing happens. Can you help me figure out what is causing this problem?
Below is a simplified version of the menu code:
<nav id="site-navigation" class="main-navigation navbar navbar-expand-lg" role="navigation">
<!-- Rest of the code continues... -->
You can visit this link to test the menu