Hi,
I have made some modifications in the header (thanks to your help!) and I have a mast problem with my top menu links which are not properly clicable? The mouse has to be on the very top of the menu to be able to clic. I guess this is a Z index problem but I did not manage to fix it myself.
Here is my website
Many thanks for your help !
Hey oliviad!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.avia_wpml_language_switch {
width: 130px;
}
Best regards,
Yigit
Thank you very much !
.avia_wpml_language_switch {
width: 130px !important;
}
works very well !