Berry Bootstrap
  • ✨Introduction
  • 📐Quick Start
  • 🏗️Structure
    • 📂Directory Structure
    • 📄Page Structure
  • 🎭Customizer
    • 🌑Light & Dark Layout
    • 🇦🇪Rtl Layout
    • 🎨Preset Colors
    • 🆎Font Family
    • 🔛Box Container
  • 📦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 LayoutNextPreset Colors

Last updated 1 year ago

🎭
🇦🇪