I have purchased a ecommerce theme and I would like to change the direction from LTR to RTL. I went through "http://codex.wordpress.org/Right-to-Left_Language_Support". But in there I don't know where to add the attributes exactly! I would be thankful if somebody can give me a help.Thanks in advance.
Asked
Active
Viewed 1,092 times
1
-
Those changes should be applied to the theme's stylesheets (`.css` files). However there's no general way to achieve that because some JavaScript libraries/plugins should be changed as well. Perhaps it's better hire someone to do that. – Hashem Qolami Feb 25 '15 at 07:45
-
Thanks for your answer.You may be right. But as I talked to the theme developer(the company from whom I purchased the theme), they claimed that it is not a difficult task to do so. I suppose by reversing the details in the css file, this is doable as said in the following link. http://codex.wordpress.org/Right-to-Left_Language_Support – Momed Feb 25 '15 at 08:03
-
It's all css. http://css-tricks.com/almanac/properties/d/direction/. You might need to float elements a bit differently as well. – Steven Feb 25 '15 at 09:12
-
Thank you for your reply Steven. I am working on it ;) – Momed Feb 27 '15 at 03:52