Vertical Layouts

To switch the layout type to Verticle, you can easily make the following adjustments within the src/routes/(admin)/+layout.svelte file.

let layout = 'vertical';
Sidebar Size
sidebarSize ="lg"
sidebarSize ="md"
sidebarSize ="sm"
Content Width
contentWidth ="fluid"
contentWidth ="boxed"
Layout Skin
skinLayout ="default"
skinLayout ="bordered"
Sidebar Colors
sidebarColor ="light"
sidebarColor ="dark"
sidebarColor ="brand"
sidebarColor ="modern"
Topbar Colors
topbarColor ="light"
topbarColor ="dark"
topbarColor ="brand"