I am using "basic magazine" wootheme, and for some reason my top menu navigation bar doesn't "open" when I hover the mouse above it:
Is there some CSS problem there? How can I detect/fix the problem?
Thank you.
|
I am using "basic magazine" wootheme, and for some reason my top menu navigation bar doesn't "open" when I hover the mouse above it: Is there some CSS problem there? How can I detect/fix the problem? Thank you. |
|||||||||
|
|
Seems like the superfish menu plugin is not setting the CSS properties correctly when hovering over the menu item. You can fix this by updating the CSS in your styles.css file at line 155 from:
to:
This overrides the visibility and display settings that are being set inline on the element itself by superfish.js, but are not being cleared when you hover over the menu item. |
|||||||
|