Layout

Layout

The layout is as follows

How to use layouts ?

img

Full Sidebar

by default all pages with full sidebar

img

Light

by default all pages are in light version

img

Dark

for create dark layout just need to add dark class to html tag
<html lang="en" class="dark">

LTR

for create ltr layout just need to apply dir="ltr" to body tag
<body dir="ltr">
img

RTL

for create rtl layout just need to apply dir="rtl" to body tag
<body dir="rtl">
img

Icon Sidebar

add sidebar-close sidebar-icon class along with
<main class="page-wrapper sidebar-close sidebar-icon">
img

Monochrome Mode

add class="monochrome-mode" to body tag
<body dir="ltr" class="monochrome-mode">
Customizer
  • Template Mode
    Choose template mode dark & light
  • Layout Type
    Choose layout Ltr & Rtl
  • Sidebar Type
    Choose Sidebar icon & full