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';
sidebarSize ="lg"
sidebarSize ="md"
sidebarSize ="sm"
contentWidth ="fluid"
contentWidth ="boxed"
skinLayout ="default"
skinLayout ="bordered"
sidebarColor ="light"
sidebarColor ="dark"
sidebarColor ="brand"
sidebarColor ="modern"
topbarColor ="light"
topbarColor ="dark"
topbarColor ="brand"