This topic has 4 replies, 2 voices, and was last updated 8 years ago ago by Olga Barlow
Hello,
I’m just starting to play around with this great theme (migrating from Classico) but the default demo menus disappear before they can be clicked.
See http://www.riding-gear.co.uk/riding-gear-v4/
The mega menu I’ve created under ‘For Horses’ works fine, but the demo menu under ‘Portfolio’ disappears as soon as the mouse moves away from the ‘Portfolio’ top level. It’s the same on one of the demo homepages (http://www.riding-gear.co.uk/riding-gear-v4/?page_id=2170).
I can’t see anything obviously wrong…
Thanks.
Hello,
It’s related to your logo height. Add the following code in Theme Options > Styling > Custom CSS to fix the issue
.nav-sublist-dropdown:before {
top: -45px;
height: 70px;
}
Regards
Hi Olga,
Thanks for this – I doubt I would have worked this out myself!
For info, “top: -47px” works better (-45px still leaves a small area where a mouse-over makes the menu vanish)
Thanks again,
Paul.
Hello,
You are welcome.
Regards
You must be logged in to reply to this topic.Log in/Sign up