> For the complete documentation index, see [llms.txt](https://phoenixcoded.gitbook.io/dashboard-kit/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://phoenixcoded.gitbook.io/dashboard-kit/bootstrap/customizer/box-container.md).

# Box Container

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

```javascript
const box_container = 'true';
```

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

```javascript
const box_container = 'false';
```

[<br>](https://phoenixcoded.gitbook.io/able-pro/customizer/rtl-layout)
