Mobile menu trouble - by IvanRyz - on WordPress WooCommerce support

This topic has 4 replies, 2 voices, and was last updated 6 years, 1 month ago ago by Rose Tyler

  • Avatar: IvanRyz
    IvanRyz
    Participant
    February 2, 2018 at 11:19

    how i can change drop down menu. menu should be open after click to row. now need to click to chevron to open menu. it is not comfortable .
    see screenshot pls https://yadi.sk/d/ey8XPVQh3S2i8D

    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 2, 2018 at 14:13

    Hello,

    Thanks for the topic. To open next level menu on mobile you need to click on arrow. This is not a bug and you may see on our demo the same behavior https://www.8theme.com/demo/classico/variant1/.
    Feel free to ask if you have any other questions.

    Regards

    Avatar: IvanRyz
    IvanRyz
    Participant
    February 2, 2018 at 15:01

    i understand. But it is not customer friendly) how i can fix it?

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 2, 2018 at 15:31

    Hello,

    You may add this code in Theme Options > Styling > Custom css > Custom CSS for mobile:

    .template-container .mobile-menu-wrapper .menu > li .open-child:after {
        width: 300px;
        height: 40px;
        content:"";
        display: block;
        right: 0;
        top: -20%;
        position:  absolute;
    }

    Regards

  • 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.