# Box Container

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

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

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

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