To make your site into RTL simply go to the link below
http://rtl.daskhat.ir/
http://rtl.daskhat.ir/
add the css code and follow the steps mentioned over there
also change this in your html file on top.
<html dir="rtl" lang="en">
you also need to add the following code in your rtl.css file
div { direction: rtl; }