Light Able
Bootstrap
Bootstrap
  • ✨Overview
  • 🚀Quick Start
  • 📂Folder Structure
  • 📄Page Structure
  • 🛠️Layout Customizer
    • 🌑Light & Dark Layout
    • 📡Navbar Color
    • 🎨Preset Colors
    • 🎱Sidebar Caption
    • 👾Rtl Layout
    • 🚞Box Container
  • 📦Dependencies
  • 📆Changelog
  • 🗓️Roadmap
Powered by GitBook
On this page
  1. Layout 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

PreviousSidebar CaptionNextBox Container

Last updated 1 year ago

🛠️
👾