Reply 356136 to: Mobile menu dropdown does not open when clicked

Avatar: Rose Tyler
Rose Tyler
Support staff
May 9, 2023 at 15:34

Hello, Creativesite,

Thank you for choosing XStore as your WooCommerce WordPress theme.

It was not foreseen to have a multi-level menu in this zone when creating the mobile panel. In this case, you can choose one of the following options:
1. Use a menu with only one level;
2. Add a custom CSS code to immediately show the sub-items:

.et-mobile-panel .et-content_toggle .et-content .nav-sublist-dropdown {
    display: block;
    background: transparent;
    text-align: inherit;
    border: none;
    padding: 0;
    position: static;
    width: 100%;
    flex-basis: 100%;
    margin-top: 8px;
}
.et-mobile-panel .et-content_toggle .et-content .item-design-mega-menu {
    flex-wrap: wrap;
}
.et-mobile-panel .et-content_toggle .et-content .nav-sublist-dropdown li a {
    padding: 0;
}

3/ post your request on our Taskboard at https://www.8theme.com/taskboard/. If it receives enough votes from other customers, our development team will consider adding it in one of the upcoming updates.

Kind Regards,
8theme team

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.