🇦🇪Rtl Layout

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

Last updated