Archived topic
Use ordinary menu on mobile
18 replies · Started by Christoph on June 23, 2017
I don't usually like to post it as a link but since I can't PM you, the domain is kunsido and the tld is net.
The two items you've added hide-on-mobile to seem to be hidden on mobile for me: https://www.screencast.com/t/y6ryQ7T4gLj
Yes, of course they are. But that's because I'm using the hack I mentioned above:
@media(max-width: 768px) {
.menu-item-1116 a { display: none !important;}
.menu-item-1115 a { display: none !important;} }
What I'm trying to do is to replace that code by using the hide-on-mobile class in the respective menu items. That doesn't work.
Ah yea, looks like your hack is necessary right now.
I'll look into fixing this ASAP :)