The problem is your sub menus are hidden behind your header wrapper because the overflow is set to hidden.
So a quick fix would be to go to Admin > Appearance > Customize > Additional CSS
and paste in the following CSS. This will allow the overflow content to be visible.
.header-cover {
overflow-y: visible;
}
Note: I have no idea what you changed to cause this or if this has any adverse effects to your site so be sure to test it out.
Related Posts:
- Any docs for wp_nav_menu’s “items_wrap” argument?
- Get WP Navigation Menu from REST API V2
- How do I get the name of a menu in WordPress?
- How to modify navigation menu of the “My Account” page in WooCommerce
- Adding line breaks to nav menu items
- Link to Author archive from Navigation Menus in dashboard?
- How do I create predefined menus for my theme?
- How do I pass an argument to my custom walker?
- How to highlight the right item in the navbar
- wp_nav_menu() not working on Custom Search Page
- Minor css-change based on topmenu – how?
- Add class to all list items of wp_nav_menu
- Filter menu item to add classes/attributes?
- Edit html for menu items in default frontend menu
- Inserting PHP before a menu element, while using the inbuilt menu function wp_nav_menu()
- Merge two separate WP menus into one in Mobile view
- Programmatically adding menu items function replicates in multiple menus
- How do i style the current menu anchor link’s parent anchor link? [closed]
- Does the menu item ID ever change?
- How to add a parameter to links in the nav menu?
- Current menu item
- How to quickly create a dummy menu?
- wp_list_pages: only show subpages on the parent page?
- How do I remove the link element from the current page in a wp_list_pages menu?
- Altering html structure and creating custom menus
- How to construct a custom html for submenus
- JSON file export of nav menu
- WordPress get or set active menu class
- switch_to_blog() and wp_nav_menu() not functioning properly
- Generating wordpress menu – cant understand the config
- SlideDeck 2, make back-end visible for admins only
- How to add ID attribute to each submenu?
- Display menu locations in all sites of a multi site
- Making a navigation header menu with bulma, need some advice
- From a page, is it possible to find entry’s “menu_item_parent”?
- WordPress menu link not working
- How to retrieve parent menu item name of current submenu item
- Navigation doesn’t render when wp is hosted
- WordPress menu performance is slow when lot of items [closed]
- HTML list menu to WordPress menu
- Does is_child() exist in wp 3.5.1?
- Add “drop-down arrow” for menu items with sub-menus
- Main menu gets replaced when second menu is created
- Hide menu items if the page content is empty
- Output menu title
- exclude pages in custom menu
- Adding new pages to Menu
- How to reference argument data for wp_nav_menu() from functions.php
- Hamburger Menu not working on reduced browser size
- WordPress functions.php does not affect the theme menus
- Showing the same menu in multiple location
- wp_nav_menu with WP as pure CMS
- Simple form to add custom links to menu?
- Wrap wp_nav_menu output around option tags for select menu
- What’s the best way to customize the WordPress Menu Page (in admin)
- Catagorized hierarchy menu for PAGES!
- Making the menu toggled open on mobile devices Illustratr theme
- How to include second layer sub menu to Walker Nav?
- need help in wordpress navbar setup
- Event listener callback returns undefined element
- Add class to sub-menu from unrelated element
- How can I creat custom menu with bootstrap
- Add CSS Class to WordPress Menu Item Dependent on the Page the User is Visiting
- Restrict user to edit only edit a certain menu
- Custom menu items in admin
- Additional CSS for the nav menu
- WordPress Accessible Keyboard Menus
- Conditional hiding of the menu
- Incorrect Behavior on WordPress Main Menu
- Put two menus in the same location
- Importing large product categories into wordpress menu
- Different HTML markup for similar menus
- Custom wordpress submenu
- Why does appear? I’m trying to remove a generic link called navigation on my main menu
- Show more menu items to registered members
- Mark a page of a queried menu as active
- Is it possible to separate all submenu items?
- WordPress menus – automatically generate
- wp_nav_menu not selecting teh correct menu
- Menu item hidden behind others
- Admin Custom Menu Editor Disappeared
- Add a Submenu from Another Submenu in a Custom Theme
- Give a condition to a wordpress menu item to change its offerid for each landing page I create
- Highlighting Main Navigation Menu With Two or More Class Matches
- Display a tag before the menu list content
- Bootstrap 3 and WordPress menu navigation menu highlighting
- Show different menus for login / logout user [closed]
- collapse twenty twelve submenu in mobile version
- Add custom ID to wp_nav_menu list items
- creating a left-side sidebar in word press [closed]
- Creating an accordion style menu
- WordPress removes URL parameters from menu elements when saving the menu
- After WordPress 4.8 upgrade, wp_nav_menu() string search / replace not working
- How do I programatically remove Menus?
- Get_avatar filter hook not displaying custom avatar image on frontend
- Displaying a Custom Avatar in WP Bootstrap Navwalker Menus in WordPress
- Is there a way to make it so that I don’t get a hamburger menu, but rather a desktop style nav, when resizing to a mobile size
- WordPress menu empty of items
- Give custom class names to WP nav sub-menu
- How to hide an item from nav menu on desktop view?(without plugin)