This topic has 17 replies, 2 voices, and was last updated 6 years, 9 months ago ago by Rose Tyler
Hi there.
2 things.
1. The sub-menu items in the mobile nav are in the wrong font – they should be source sans, as they are everywhere else.
2. Secondary drop downs do not work in the mobile menu.
Any ideas?
Thanks in advance.
Reuben.
Hello,
1. Have you sorted out http://prntscr.com/i21t1p ?
2. I do not see the problem http://prntscr.com/i21tjr
Feel free to ask if you have any other questions.
Regards
Hi Rose.
Yes 1. is fixed, but the mobile drop down problem persists.
I have an iPhone 7. In both portrait and landscape, once ‘products’ has been clicked, clicking ‘hair colour’ or ‘styling’ seems to open pages of products with those tags, rather than extending the next level of menu!
Any ideas?
Thanks in advance.
Reuben.
Hello,
To open next level menu on mobile you need to click on arrow http://prntscr.com/i23a9y. This is not a bug and you may see on our demo the same behavior https://www.8theme.com/demo/classico/variant1/.
Regards
Clicking the arrow results in the same problem.
It’s like the arrow is below the menu item. Maybe the z-index of the arrow should be increased?
Hello,
Please try to add this code in Theme Options > Styling > Custom css:
@media only screen and (max-width: 992px) {
.template-container .mobile-menu-wrapper .menu > li .open-child {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
top: 0;
height: 100%;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
}
Regards
Sadly, that made no difference Rose.
Please change the previous code to:
@media only screen and (max-width: 992px) {
.template-container .mobile-menu-wrapper .menu > li .open-child {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
top: 10px;
height: 100%;
-ms-flex-line-pack: center;
align-content: center;
}
}
then clear cache and check arrows.
Regards
Rose, you’re a genius!
Worked like a charm.
My pleasure 🙂
Have a nice day.
Regards
Sorry Rose. Me again!
I have added to the main nav menu. Now the mobile drop downs OCCASIONALLY work. You have to be incredibly precise with your finger!
Is there a away to increase the down arrow catch/sensitivity area? So that it’s easier to trigger the drop down…
Thanks in advance.
Reuben.
Hello,
We’ve added some custom css code in Theme Options > Styling > Custom css. Please check the menu now.
Regards
That seems to be working nicely.
Thankyou again Rose!
You’re welcome!
Regards
Hi Rose. Sorry to bring this topic up again, BUT the mobile menu is still really fiddly to use. You have to be REALLY precise when tapping a down arrow, and more often than not you end up going to an unwanted page!
It seems to get worse again when i edit the menu. Is this possible?
Hello,
Please clear cache and check now.
Regards
The issue related to '‘Mobile menu issues.’' has been successfully resolved, and the topic is now closed for further responses