Default Layouts

Default it will have a Vertical layout. It is a classic and clean design for a traditional admin experience. Do the below changes in the Admin/src/partials/main.html file. In the html tag add the attributes or update the value of existing attribute. Make sure to clear cache or open in incognito mode to achieve the changes.

Default

data-layout="vertical"

Content Width:
Default

data-content-width="default"

Box

data-content-width="box"

Sidebar Size:
Default (Large)

data-sidebar="default"

Icon

data-sidebar="icon"

Sidebar Colors:
Light Colors

data-sidebar-color="light"

Dark Colors

data-sidebar-color="dark"