Hello, On the left menu child items have a different style (dropdown item.png) and it's a little "messy". How can i make it the same has in the parent items (dropdown parent.png)? Thanks
luismi Hi
I don't see that issue on your site now, did you manage to get it solved?
Hi Saguaros, No it's still the same. But even the screenshot you send the "styling" of those menu items is different from the parent level ones
Could you share screenshot of how it should be?
And share me the super admin account so I can check your setup.
Just added the admin account. It should look like the parent items:
Could you take a backup of your site and update latest version for T4 framework plugin first? https://www.joomlart.com/member/downloads/joomlart/t4/t4-framework
saguaros Sure, i just did it.
I added a bit custom css, could you check again?
saguaros Hi, can you post the css code here, I am facing the same issue..
I added this code:
/*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; } .t4-offcanvas .t4-off-canvas-body .navbar.drilldown-effect .navbar-nav .nav-item span.sub-menu-toggle.btn-toggle { right: 35px; }
saguaros That's great, thanks!