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';
contentWidth="fluid"
contentWidth="boxed"
skinLayout="default"
skinLayout="bordered"
topbarColor="light"
topbarColor="dark"
topbarColor="brand"