Additionally, with the CSS code you had supplied to make the dropdowns open to the left instead of right so they didn’t run off page, it caused all dropdown items to stop working on desktop for main menu items that feature sub dropdowns, only the columns that just have one level of dropdowns, but they all work on mobile.
So for example, on https://otpa.dreamhosters.com/
Resources Main menu has sub dropdowns off Preservation and Education, those sub dropdown menu items work, but none of the main Resources links work.
I removed this code and they work again, but may make the right hand side dropdowns run off page again (and still no way to scroll to bottom of list)
@media (min-width: 782px) {
.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
left: -240px !important;
max-width: 200px;
}
}
Attachments:
You must be
logged in to view attached files.