GTranslate position module

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
Fri Aug 16, 2013 12:59 pm
Reply with quote
Report this post
Hi! I'm triying to put the GTranslate module next to login position, but it doesn't appears.
I tried to make the same as in language switcher topics wrote on the template forum, I modified the override.css with this code:

Code: Select all
div.mod_gtranslate {
    position: absolute;
    right: 25px;
    text-align: right;
    top: 20px;
    z-index: 1000;
}

@media only screen and (max-width:719px) {
div.mod_gtranslate {
    right: 80px;
}
}

@media only screen and (min-width:720px) and (max-width: 985px) {
div.mod_gtranslate {
    right: 225px;
}

@media only screen and (min-width:986px) and (max-width: 1220px) {
div.mod_gtranslate {
    top: 45px;
}
}


but if I put the GTranslate in the header position appears below the image slider.
Captura de pantalla 2013-08-16 a les 13.52.06.png


What I have to do or where I've to put it?
User avatar
Junior Boarder

GK User
Fri Aug 16, 2013 1:55 pm
Reply with quote
Report this post
Hi,
I suggest to add new module position near SIGN/LOGIN or add above .
Note: Google translator is good only for personal websites not business!

p.s.
Remember also that is someone uses Chrome this browser will automatically suggest the translation bar.
User avatar
Platinum Boarder

GK User
Fri Aug 16, 2013 1:55 pm
Reply with quote
Report this post
User avatar
Platinum Boarder


cron