Hi there,
I would like to have the language switcher on the right side before the social icons, just like on the page below (GTmentor).
Currently i have the following in the quick css:
.language_flag img {
display: none !important;
}
.language_code {
display: block !important; font-size: 12px; color: #b0ada6;
text-transform: uppercase;
}
#top ul.avia_wpml_language_switch li {
margin: 0;
padding: 0 10px;
padding-top: 3px;
border: none;
border-left: 1px solid;
border-left-color: #e1e1e1
height: 13px;
}
I dont know if it is good, and it should be on the right side.
Thanks!