Keyword
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.

3rd level sub menu

More
10 years 3 months ago - 10 years 3 months ago #137598 by Dotty
3rd level sub menu was created by Dotty
I've found an issue where 3rd level sub menu items are inaccessible. See the attached image for an example. I am unable to move the cursor down to "Our Venues" or lower menu items without the menu disappearing. Testing in Chrome and FF.

Help urgently appreciated

Many thanks

Please Log in or Create an account to join the conversation.

More
10 years 3 months ago #137599 by Yiota
Replied by Yiota on topic 3rd level sub menu
Hello Dotty,

Add the following in your template's custom.css file:

.mainHeader ul.menu ul li:hover ul {visibility:visible;}
.mainHeader ul.menu ul li > ul {visibility:hidden;}

and for the max 900px viewport:

@media screen and (max-width: 900px) {
.mainHeader ul.menu ul li > ul {visibility:visible;}
}

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

More
10 years 3 months ago #137600 by Dotty
Replied by Dotty on topic 3rd level sub menu
That worked perfectly Yiota - great support - many thanks :)

Please Log in or Create an account to join the conversation.

More
10 years 3 months ago #137601 by Yiota
Replied by Yiota on topic 3rd level sub menu
You are welcome.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum