Datta
Datta Able Bootstrap
Datta Able Bootstrap
  • ✨Introduction
  • 📐Quick Start
  • 🏗️Structure
    • 📂Directory Structure
    • 📄Page Structure
  • 🎭Customizer
    • 🌑Light & Dark Layout
    • 🇦🇪Rtl Layout
    • 💻Header Background
    • 🏠Menu theme
    • 🖌️Menu Background
    • 💼Menu Brand Color
    • 🖼️Navbar Image
    • 🔛Box Container
    • 🔽Menu Dropdown Icon
    • ⚜️Menu List Icon
    • 🎨Preset Colors
    • 🧢Menu Title Color
    • 🎩Menu Caption Hide/Show
  • 📦Dependencies
  • 📅Changelog
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 in "assets/js/config.js".

const rtl_layout = 'false';

our default theme layout is LTR

PreviousLight & Dark LayoutNextHeader Background

Last updated 1 year ago