Hieu Le
Hieu Le
Hi @mntfr , how is it going? Can you post your CSS here. I'm sure that we can change the height of the sidebar menu items by changing the line...
Did you try to increase the width of the sidebar?
Hmm, I use this code to increase the width of the sidebar to 280px and it works as expected. .main-sidebar, .left-side { width: 280px; } .content-wrapper, .right-side, .main-footer { margin-left:...
Can you post a screenshot of your issue here?
I couldn't apply your posted CSS code to see where is the problem. However, to change the height of the menu item, just change the top and bottom padding of...
Hi @Holox , the demo website code is available in GitHub. You can read my middleware code at https://github.com/letrunghieu/laravel-dashboard-demo/blob/master/app/Http/Middleware/Dashboard.php
It's so strange. The package already supports active menus. The `route` and `url_def` elements will decide whether a menu is active or not. Can you post your middleware code here?