Okay
  Public Ticket #1401526
Mobile Sub Menu
Closed

Comments

  • Shahrul started the conversation

    My website gonna have up to 4 level of submenu. It work nicely for laptop/desktop view. But one it come to mobile view, your framework just work only 1 level submenu. Can you fix it?

  •  2,010
    Ocean replied

    Hi,

    You can add custom css code here: http://prntscr.com/gbgjxt

    @media (max-width: 767px){
        .navigation-wrapper .primary-navigation-wrapper header .navbar-collapse .navbar-nav {
            width: 100%;
            margin: 0;
        }
        .navigation-wrapper .primary-navigation-wrapper header .navbar-nav li .dropdown-menu li{
            margin: 0;
        }
        nav .arrow-parent{
            right: 0;
        }
    }

    Then replace this file to folder "wp-content/themes/universo/js"

    We'll update this problem. Thanks for your feedback.

  • Shahrul replied

    Ok, thanks OceanThemes.

    This work for me. Hope you can re-check back all your themes and fix this issue. Will buy others theme next time~