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.
mobile menu in the offcanvas
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.
- Edited
- Edited
vitalik20
I sent you a link to the icon above.
https://dabrabud.by/images/logo_mob.webp
This is the icon that should be displayed in offcanvas menu (only)
You see? The icon is not the same as in your screenshot, it is different.
The off-canvas is showing this logo: https://dabrabud.by/images/logo.webp
Not quite sure where you want to remove this logo?
- Edited
- remove from offcanvas menu https://dabrabud.by/images/logo.webp
- add to offcanvas menu https://dabrabud.by/images/logo_mob.webp
I need to change the logo. But apply changes only to offcanvas menu.
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