how can i sidebar minimize default config at metronic 8 laravel version?
hi,
can you help me about that problem?
8.1.2 Laravel version.
Thanks.
Replies (3)
Hi Rıdvan TARUZ
You can do this step to make the sidebar minimized by default.
- Add
data-kt-app-sidebar-minimize="on"attribute on the body element.
<li class="py-2">Add
active class on the toggle element. <li class="py-2">Set
data-kt-toggle-state="active" attribute on the toggle element.Thanks
