Box Container

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

TempData["BoxContainer"] = 'true';

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

TempData["BoxContainer"] = 'false';

Last updated