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?
#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
Tell us if it works! 🙂