Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

Styling issue on Language Select Box WordPress

  • SOLVED

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.

Answers (1)

2016-02-24

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.