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

πŸ”›Box Container

PreviousFont FamilyNextDependencies

Last updated 1 year ago

CtrlK

To change the Fixed width Content in the theme change value in "/gulpfile.js".

const box_container = 'true';

To change the Full width Content in the theme change value in "/gulpfile.js".

const box_container = 'false';