Able Pro
Django
Django
  • Introduction
  • Getting Started
  • Folder Structure
  • 📄Page Structure
  • Customizer
    • Light & Dark Layout
    • Theme Contrast
    • Preset Colors
    • Sidebar Caption
    • Rtl Layout
    • Box Container
  • Dependencies
  • Support
  • Changelog
Powered by GitBook
On this page
  1. Customizer

Rtl Layout

To make RTL layout in the theme change value in layout files located at Admin/views/layouts"main-layout.html, auth-layout.html, component-layout.html".

data-pc-direction="ltr"
at : <body data-pc-direction="ltr" >

​

To make LTR layout in the theme change value.

data-pc-direction="rtl"
at : <body data-pc-direction="rtl" >

our default theme layout is LTR

PreviousSidebar CaptionNextBox Container

Last updated 9 months ago