Hello, I have added a WPML language select box to my header, but the drop down options are showing behind the main menu.
Is this a CSS fix?
Site URL in attached image.
Rempty answers:
add this to your css
#main-header{
z-index:100!important;
}
Ross Gosling comments:
Thanks Rempty, but then the top of the logo on the left hand side is under the white top bar.
Rempty comments:
add this too
.logo_container{
z-index:99999!important;
}
Ross Gosling comments:
Thank you.