Login     Sign up
how i cane make my site Right to the left.
kefah nassr (@yassari)
Join date: Jun 29th 2011
Community posts: 3
View Profile
Send Message

already i add this code dir="RTL" to my them (page.tpl.php)

Now site Right to the left.

but all topic and other Replies, still Lift to right

if my site stay lift to right no problem but need to let all topic and other Replies, right to lift.

156 months ago
Jcow Master (@falcone)
Join date: Sep 2nd 2010
Community posts: 917
View Profile
Send Message

try this in your css file

[code]
textarea,input {
direction: rtl;
}
[/code]

154 months ago