This topic has 4 replies, 2 voices, and was last updated 6 years, 9 months ago ago by Rose Tyler
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
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
i understand. But it is not customer friendly) how i can fix it?
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
You must be logged in to reply to this topic.Log in/Sign up