The layout controls the overall structure and navigation style of the admin interface. To modify it, add the required layout class to the
html tag inside the
Admin/src/partials/main.php file. This allows you to switch between different layout types as needed.
After making changes, clear your browser cache or use incognito mode to ensure the updates take effect properly.
data-layout="default"
data-layout="horizontal"
data-layout="modern"
data-layout="semibox"
data-content-width="default"
data-content-width="fluid"
data-sidebar="large"
data-sidebar="medium"
data-sidebar="small"
data-sidebar-colors="light"
data-sidebar-colors="dark"
data-sidebar-colors="green"
data-sidebar-colors="blue"
data-sidebar-colors="purple"