Hi there,
I am looking for some quick css help with this:
https://kriesi.at/support/topic/wpml-language-switcher-in-header
I added the language switcher to my client’s site, however the styling of the drop down is out of alignment, plus when the “French” version is viewed, the button for the drop down looks completely different.
Any help with the alignment of the drop down would be gratefully received…
Thanks,
Bruce
Website: goo.gl/qr9y4
Hey!
Please try following css code – insert it into the quick css field
#lang_sel {
display: inline;
float: right;
margin-top: -7px;
}
Regards,
Peter
Great – thanks – now all I need help with is getting the drop down menu to be directly beneath the top menu item (if you go to the site you’ll see what I mean!)
Thanks for the great support!
Website: goo.gl/qr9y4
Hi,
Please add this:
.icl-fr {
left: -40px !important;
}
Nice website. :)
Regards,
Ismael
Works great!
I also had to add:
.icl-en {
left: -40px !important;
}
So that it works going from English to French (like your code did) and going back to English FROM the French.
Thanks so much for the support and a beautiful theme to work with. :)