Rtl Layout
To make RTL layout in the theme change value in layout files located at Admin/views/layouts"main-layout.html, auth-layout.html, component-layout.html".
data-pc-direction="ltr"
at : <body data-pc-direction="ltr" >
To make LTR layout in the theme change value.
data-pc-direction="rtl"
at : <body data-pc-direction="rtl" >
Last updated