Able Pro
Bootstrap
Bootstrap
  • ✨Welcome
  • 📐Quick Start
  • 🏗️Structure
    • 📂Directory Structure
    • 📄Page Structure
  • 🎭Customizer
    • 🌑Light & Dark Layout
    • ☀️Theme Contrast
    • 🎨Preset Colors
    • 🔖Sidebar Caption
    • 🇦🇪Rtl Layout
    • 🔛Box Container
  • 📦Dependencies
  • 📅Changelog
  • 🏁RoadMap
Powered by GitBook
On this page
  1. Customizer

Rtl Layout

To make RTL layout in the theme change value in "/gulpfile.js".

const rtl_layout = 'true';

​

To make LTR layout in the theme change value.

const rtl_layout = 'false';

our default theme layout is LTR

PreviousSidebar CaptionNextBox Container

Last updated 9 months ago

🎭
🇦🇪