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.
What I have to do or where I've to put it?