How Can I change Gamebox to RTL Direction languages?

Gamebox for Joomla 1.5 support forum by GavickPro
GK User
Sat Jan 15, 2011 9:37 pm
How Can I change Gamebox to RTL Direction languages?
does support gamebox magazine this issue? if No How can I do it?

thank you so much.
User avatar
Fresh Boarder

GK User
Sun Jan 16, 2011 12:00 am
Hi

I'm afraid it's totally prepared for it, but with some help you can do the job.

Please enable override.css file on template parameters and try adding this lines on this file:

Code: Select all
p,
h1,
h2,
h3,
h4,
h5,
a,
.moduletable h1,
.moduletable h2,
.moduletable h3,
.moduletable h4,
.moduletable h5,
ul li,
li,
td,
td span,
span,
.nsp_text,
.article-content {direction:rtl!important;text-align:right!important;}


If something is missing, tell us.

Cheers ;)
User avatar
Platinum Boarder

GK User
Sun Mar 13, 2011 9:06 pm
I Changed many things manually.
But now, I want to know How I can change "Mega menu" to RTL Direction.
I want to be like this image:

menuuu.JPG


thank you Seichinha ;)
User avatar
Fresh Boarder

GK User
Mon Mar 28, 2011 8:52 am
help me plzZ...
User avatar
Fresh Boarder

GK User
Mon Mar 28, 2011 10:34 am
Hi again

Please enable override.css file on template parameters and try adding this code on this file:

Code: Select all
ul#gk-menu {direction:rtl!important;text-align:right!important;}
ul#gk-menu.level0 {float: right!important;}
ul#gk-menu.level0 li.mega.last {background: none}
ul#gk-menu ul.level1 li {background-position: right!important;}
ul#gk-menu ul.level1 li span {padding-right: 10px!important}
.gk-menu ul.level1 .childcontent { margin: 0 2em 0 160px!important; }


It should look like this:

screen_2011-03-28.png


Cheers ;)
User avatar
Platinum Boarder


cron