Theme Customizer

Customize layout & themes

Sidenav View

Choose sidenav layout style

Display Mode
Select Light or Dark
Direction
Select a direction
Sidenav Color
Select sidenav theme color

Sidenav Offcanvas

Offcanvas Sidenav Layout (Mobile & Tablet View)

Off-canvas drawer menu overlaying main page content on activation.

You can set the offcanvas sidebar layout in two ways:

Option 1: Theme Config in src/partials/head-css.html

sidenav: {
    view: "offcanvas"
}

Option 2: Direct HTML Attribute

<html lang="en" data-sidenav-view="offcanvas">