hi ,i am using inove theme in arabic blog witch mean i have to make direction from right to left .
i had succssess to change some direction but not all ,now i have problem with widget and post titles .
http://0xsife.org
hi ,i am using inove theme in arabic blog witch mean i have to make direction from right to left .
i had succssess to change some direction but not all ,now i have problem with widget and post titles .
http://0xsife.org
up .
check if adding 'direction: rtl;' to the body style in style.css of your theme does what you want:
body {
background:#BEC3C6 url(img/bg.jpg) repeat-x;
color:#555;
font-family:Verdana,"BitStream vera Sans",Helvetica,Sans-serif;
font-size:12px;
direction:rtl;
}
thx mr alchymyth ,this is work ,now i need it for archive ,categories .
your site seems to be down at the moment, so nobody can check this.
however, the fix should actually work for all the template files of your site, as the body style is applied to the whole site.
This topic has been closed to new replies.