startbootstrap-sb-admin-2
startbootstrap-sb-admin-2 copied to clipboard
Sider bar toggled
Please how to hidden the menu list for first time open the website..
just add toggled to ul tag like below,
<!-- Sidebar --> <ul class="navbar-nav bg-gradient-primary sidebar sidebar-dark accordion toggled" id="accordionSidebar">
thanks this "toggled" is working
So simple... I've been scratching my head for weeks to figure it out on my own!! Thanks @fbiceo !
this comment need to be pined