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/Views/Shared/_Layout.cshtml
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="default"
Content Width:
Default
data-content-width="default"
Fluid
data-content-width="fluid"
Sidebar Size:
Default (Large)
data-sidebar="default"
Medium
data-sidebar="medium"
Small
data-sidebar="small"
Sidebar Colors:
Light Colors
data-sidebar-colors="default"
Dark Colors
data-sidebar-colors="dark"
Brand Colors
data-sidebar-colors="brand"
Purple Colors
data-sidebar-colors="purple"
Sky Colors
data-sidebar-colors="sky"