30 Aug Convert LTR website to a RTL
[rev_slider alias="blog"][/rev_slider] Implementing RTL is very simple. You just have to add the dir attribute to your top element of the web page. <body dir="rtl"> content </body> dir attribute can take three values: ltr, rtl, auto Now you will see that most of the content of your website will be right-aligned...