Layout - options
Condenesed Menu
Want to focus more on your content ? use webarch condensend menu, with a single toggle option
Use JS API
$("body").condensMenu();
or CSS Class
Add condense-menu
to the body tag
Show/Hide Menu
Want to focus more on your content ? use webarch condensend menu, with a single toggle option
Use JS API
$("body").toggleMenu();
or CSS Class
Add hide-sidebar
to the body tag
Other options
Remove fixed menu option?
JS API
$("body").toggleFixedMenu();
or CSS Class
Add menu-non-fixed
to the body tag