Please, help to solve the problem with the work of the mobile menu in the offcanvas position of the ja_coach template , because with a menu depth of more than 4 levels - it does not work correctly. ID menu module 135.

Hi

I updated this custom css code into your site:

/*off-canvas issue*/
.t4-offcanvas .t4-off-canvas-body .mod-menu-flex .drilldown-effect .navbar-nav .dropdown-menu {
  top: 0;
  transform: none;
}

.t4-offcanvas.oc-level-3 .drilldown-effect .navbar-nav {
  transform: translateX(-300%);
}

.t4-offcanvas.oc-level-4 .drilldown-effect .navbar-nav {
  transform: translateX(-400%);
}

.t4-offcanvas .t4-off-canvas-body .navbar.drilldown-effect .navbar-nav .nav-item {
  position: static;
  transform: none;
}

Kindly check.

    vitalik20 Back arrow missing ( fas fa-chevron-left) Please, fix.

    Maybe cache on your browser? as I can see the icon now:

    vitalik20 Please, customize the template so that only this logo is shown in offcanvas menu (only)

    Could you tell me more details of how you want to achieve here?

    Hi @vitalik20

    Currently, there is no option to change the logo in the offcanvas menu. As per your request, I have overridden the offcanvas.php file to display the desired logo. You can find the file at templates/ja_coach/html/layouts/t4/layout/offcanvas.php.

    Kindly check and let me know if there is any issue.

    Regards

    Write a Reply...
    You need to Login to view replies.