To make an RTL layout in the theme change value in "/Berry/Views/Shared/_config.cshtml".
TempData["RtlLayout"] = 'true';
β
To make an LTR layout in the theme change value in "/Berry/Views/Shared/_config.cshtml".
TempData["RtlLayout"] = 'false';
our default theme layout is LTR
Last updated 1 year ago