• Resolved janssi

    (@janssi)



    Hello, I have a problem with my menu on the website. In desktop mode everything works as usual, but in the mobile view the third menu level opens but no longer shows any menu items, at least not in the Firefox browser. Thanks for your support Simon

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @janssi,

    Upon checking, the default CSS for mobile submenu is overridden by other CSS. I am not sure where it comes from. But you may fix it with this CSS code:

    #mainnav-mobi .sub-menu .sub-menu {
      left: 0 !important;
      top: 0 !important;
    }

    Add it to your site’s Additional CSS that is located in Appearance > Customzie.

    Thread Starter janssi

    (@janssi)

    Yeah! Thanks a lot
    Best regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Submenu’ is closed to new replies.