Dear All,
I have WP 3.4.2 with Arras theme.
Today, I changed my main menu to another one on freewheely.com
The menus drop down correctly, but when the mouse goes away from the main menu to go to a submenu, this submenu disappears. You can try it now.
So I reverted to the former menu I had and worked fine. Now even this one do not work anymore. I have changed nothing in the meantime, except a new post.
Would anyone have a hint for solving this problem?
Thank you,
jb
Does that theme come with an area in the dashboard named something like, "Custom CSS" or "Custom Styles"?
It has a dashboard menu "Theme options" and from inside there "default style" is set to "default.css".
But I didn't change the theme options recently.
Are you working with a Child Theme?
No, it's the Arras theme 1.5.2.
It has a user.css into which I had added some lines to customize some borders and spaces some time ago.
Try applying minus values in margin-top or top properties, to the submenu (ul ul).
Thanks Andrew,
I didn't manage to apply this to the submenu but while playing with paddingand topwithin #nav and #wrapper it works again.
With Chrome developper tools I had noticed there was an overlap between the menu and the wrapper. I still ignore how did this come up randomly.