🔛Box Container
To make the Fixed width Content in the theme change value in "/Ablepro/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