I dont know why the users keep the knowledge there selves
Brother sajjadnajafi it easy to make the theme to rtl
* go to all .php files in the oc-content->themes->modern (or what else) open it with notpad++ search for code
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="<?php echo str_replace('_', '-', osc_current_user_locale()); ?>">you see worl (ltr) just change it to rtl and save .
you now make the theme go rtl (from left to right) -
Go to file style.css in the same folder open it :
You must know alittle css to make changes , most important codes here is :
* float:left
* float:right
here change word left to right and right to left (not all must change you can try to change and see what will happen to theme by making save and reload the browser) .
* text-align:
the same way with float .
there more codes for the fonts (size,color, type ... ect)
the best font-type for Arabic is Tahoma (u can add it to the reset types not delete them).
also u find the codes for background color , padding ... ect.
here my site
http://kn3an.comAny questions i am here
GOOD LUCK