• Hello, when i load the site on mobile, the menu sidebar is expanded, but after the load is completed, the menu closes. Is there a way to make it closed all the time? thanks

Viewing 1 replies (of 1 total)
  • If you want the sidebar to start collapsed, edit lnt-sidebar.php in the LNT-framework folder and change

    <div class="sidebar-nav navbar-collapse">

    to

    <div class="collapse sidebar-nav navbar-collapse">

    It is line 220 in the version of the file I am working with.

Viewing 1 replies (of 1 total)
  • The topic ‘Navigation On Mobile Bug’ is closed to new replies.