Horizontal 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 = 'horizontal';
Content Width
contentWidth="fluid"
contentWidth="boxed"
Layout Skin
skinLayout="default"
skinLayout="bordered"
Topbar Colors
topbarColor="light"
topbarColor="dark"
topbarColor="brand"