PDA

View Full Version : Problem with Right to Left language


alwaizar
02-16-2009, 05:03 PM
Hi,

I've just started customizing the look of my esyndicat directory. I'm using a Right to Left language and based on the advice given in these forums, I've modified my header.tpl file to have <html dir=rtl> tag, however, I need to fix the categories and listings boxes to be RTL compliant as well.

Any suggestion where should I modify these?

Best Regards,
Kamran.

Vladimir T.
02-18-2009, 08:29 AM
Hi alwaizar
You should just make chandes in style.css file
Also you should add code to style.css file

body
{
...
code
...
direction: rtl;
}