RTLize template

December 2012 Joomla Template
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Mon Oct 17, 2016 6:00 pm
Reply with quote
Report this post
Hello'
Is there any RTLizing guide for templates ,because i need to RTLize template for Arabic website
BR
User avatar
Fresh Boarder

teitbite
Tue Oct 18, 2016 8:31 am
Reply with quote
Report this post
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.
User avatar
Moderator


cron