Sub menu dropdown won’t scroll

Home Forums Technical Theme Support STAX Theme Sub menu dropdown won’t scroll

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #470191
    Diana
    Participant

    we have a lengthy sub menu using the Stax theme navi menu and on desktop there is no way to scroll to the bottom, it cuts off and does not move down…is there a way to fix this? attaching screenshot or link for reference is OTPA Events nav main menu, sub menu OTPA Events: https://otpa.dreamhosters.com/otpa-events/

    Attachments:
    You must be logged in to view attached files.
    #470218
    Diana
    Participant

    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.
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.