Last updated 11 months ago
To make RTL layout in the theme change value in "/gulpfile.js".
const rtl_layout = 'true';
โ
To make LTR layout in the theme change value in "assets/js/config.js".
const rtl_layout = 'false';
our default theme layout is LTR