Mobile menu dropdown does not open when clicked

This topic has 4 replies, 2 voices, and was last updated 11 months, 3 weeks ago ago by Rose Tyler

  • Avatar: Barbara
    creativesite
    Participant
    May 9, 2023 at 14:10

    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!

    https://postimg.cc/YhMLkGj0

    Please, contact administrator
    for this information.
    3 Answers
    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

    Avatar: Barbara
    creativesite
    Participant
    May 10, 2023 at 07:10

    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

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 10, 2023 at 07:43

    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

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.