# Box Container

To make the **Fixed width Content** in the theme change value in **"/src/lib/stores/layoutStore.js".**

```cshtml
boxContainer: 'yes'
```

​

To make the **Full width Content** in the theme change value in "**src/assets/js/config.js**".

```cshtml
boxContainer: 'no'
```
