This topic has 4 replies, 2 voices, and was last updated 1 years, 6 months ago ago by Rose Tyler
Hi Rose/Tony!
I checked main menu on Mobile, and one of the menu items has dropdown,
but it does not open when I click on it.
Can you please help?
Thank you!
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
Hi Rose!
Thank you very much for the help and the detailed answer!
I tried the first 2, I created a new menu for mobile (Megamenu mobile) but it did not show the dropdown-items (there was no arrow).
I needed to add !important to the lines to make it work. It works well now. 🙂
I posted it as a task. 🙂
Kind regards,
Barbara
Hello, Creativesite,
You’re welcome!
If you have any additional questions or concerns, please do not hesitate to reach out to us. Our support team is always available to assist you.
Kind Regards,
8theme team
Tagged: dropdown, mobile menu, open, template, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up