Light Able Bootstrap
  • Welcome
  • Gulp setup
  • Structure
    • Directory Structure
    • Page Structure
  • Customizer
    • Light & Dark Layout
    • Navbar Theme
    • 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 in "assets/js/config.js".

const rtl_layout = 'false';

our default theme layout is LTR

PreviousSidebar CaptionNextBox Container

Last updated 1 year ago