# 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)
