# Box Container

To make the **Fixed width Content** in the theme change value in "**/Ablepro/Views/Shared/\_config.cshtml**".ra

```cshtml
TempData["BoxContainer"] = 'true';
```

​

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

```cshtml
TempData["BoxContainer"] = 'false';
```
