Right to left direction
You can change the theme direction from LTR to RTL by adding dir="rtl"
data-attribute into the <html>
tag,
and linking a CSS style shit to <link rel="stylesheet" id="rtlStyle" href="#">
inside <head>
tag.

The result :
