Home Forums Support Widget Support EasyBlog Is it possible to change text directions to Right-to-Left? Reply To: Is it possible to change text directions to Right-to-Left?

responsive-muse
Keymaster
Post count: 287
#37451 |

You can try to apply this CSS to the body tags that you want to change to RTL
<body style="direction: rtl!important;">

It should look something like this around line 615 of easyblog.php

RTL easyblog

Tell us if it works! 🙂