I have placed the languageswitcher module in the header but now i have two problems.
1. The language flags are not next to each other, but under.
2. The language flags are next to the logo and not to the upper right corner of the site.
In the advanced settings of the module i set the module css suffix to “_languageswitcher”.
I added the follow to templates.css
div.moduletable_languageswitcher div.mod-languages_languageswitcher {
padding: 11px 4px 0 0;
float: right;
}
div.moduletable_languageswitcher div.mod-languages_languageswitcher ul {
list-style: none;
padding: 0;
margin: 0;
}
div.moduletable_languageswitcher div.mod-languages_languageswitcher ul li {
list-style: none;
margin: 0;
float: left;
padding: 0 7px 0 0;
}
div.moduletable_languageswitcher div.mod-languages_languageswitcher ul li a img {
border: 1px #ccc solid;
}
div.moduletable_languageswitcher div.mod-languages_languageswitcher ul li a:hover img {
border: 1px #fff solid;
}