> For the complete documentation index, see [llms.txt](https://codedthemes.gitbook.io/datta/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://codedthemes.gitbook.io/datta/datta-able-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';
```
