Dropdown menu not working

Posted in: Newsmag
Post count: 117

Hi

Somehow my dropdown menu stopped working…site is http://www.icv.hr

Please check it 🙂

Post count: 6535

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!

Post count: 117

hmm it still wont work…

Post count: 23312

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!

Post count: 117

look

http://postimg.org/image/d6b8h1abt/

  • This reply was modified 10 years by Matija.
Post count: 6535

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!

Post count: 117

Yes tnx it worked 🙂

I didn’t see that missing bracket 🙂

Viewing 7 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic.