Gamenews RTL Support

Support forum dedicated to GameNews game Joomla template perfect for gamers, game portal news and reviews with dedicated extensions for rating and video support
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
Wed Oct 23, 2013 1:49 am
Reply with quote
Report this post
Hi! I am currently developing a multilingual website and I used the Gamenews template. Does it support RTL (right-to-left) layout. Thanks in advance.
User avatar
Fresh Boarder

GK User
Thu Oct 24, 2013 1:41 pm
Reply with quote
Report this post
Hi,

Our templates doesn't support the RTL languages.
User avatar
Administrator

GK User
Fri Oct 25, 2013 8:52 pm
Reply with quote
Report this post
Is there a way I can make it RTL once the language is clicked.
User avatar
Fresh Boarder

GK User
Sun Oct 27, 2013 7:29 am
Reply with quote
Report this post
You can prepare the CSS with using prefix based on the HTML lang attribute i.e.

Code: Select all
html[lang="en-gb"] h3 {
text-align: right;
}
User avatar
Administrator


cron