Hi
It is a customisation so we do not support that on forum, but when I do that I start from this code:
- Code: Select all
body { direction: rtl; }
and than check piece by piece in Firebug whatever is not showing correctly and change it to:
- Code: Select all
.selector_of_thoublesome_element {
}
and try to resolve whatever is needed there. Or replace with a module which supports RTL if want to deal with it faster.