[Support request] Use ordinary menu on mobile

Home Forums Support [Support request] Use ordinary menu on mobile

Home Forums Support Use ordinary menu on mobile

Viewing 4 posts - 16 through 19 (of 19 total)
  • Author
    Posts
  • #339546
    Christoph

    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.

    #339688
    Tom
    Lead Developer
    Lead Developer

    The two items you’ve added hide-on-mobile to seem to be hidden on mobile for me: https://www.screencast.com/t/y6ryQ7T4gLj

    #340029
    Christoph

    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.

    #340502
    Tom
    Lead Developer
    Lead Developer

    Ah yea, looks like your hack is necessary right now.

    I’ll look into fixing this ASAP 🙂

Viewing 4 posts - 16 through 19 (of 19 total)
  • You must be logged in to reply to this topic.