I am struggling with something. I have two menus (http://www.omicronsolucoes.com/mat/), and I need the logo to be over the first menu. For this, I added a z-index:1 on the first menu. But now the links on the first menu wont work (because the z-index made them go behind). How could I maintain the logo as it is and make the links working again? Thanks.
Try adding this to your css, not sure from where it is coming but nav#ubermenu-main-13-header-menu is getting z-index as -1, so either you add this to your css file
or try removing the z-index -1 from where is it getting applied