Hi
I’ve checked your site and noticed that the z-index for the main menu it’s overwritten by some custom css which most likely comes from a plugin. To fix that try this css in theme panel > custom code > custom css: http://screencast.com/t/DnHrz4iwUK4
.td-header-main-menu{
z-index: 2!important;
}
Thanks!
Hello Matija,
I have tested again the code that Andrei gave you above and seems to work properly as you can see in this screenshot: http://screencast.com/t/6ol5qIoAh. Eventually, you should try with a more high value of z-index (3,4, 5)
and also, if you have any custom code in your CSS area, please checked it to not have some syntax errors. If your problem is still there, please try also to disable all the active plugins, clear caches and install only the plugins that come bundled with our theme and try it again.
Hope this helps and let us know how it goes!
Thank you for the message!
Hi
This error appear because there is missing a bracket. Please follow this link to add the bracket then test again: http://screencast.com/t/oqjX4RuK
Thanks!
