End of Support for Joomla 3 - Forum closed

Interior v2 Menu Probleme

Interior v2 Menu Probleme was created by Indutec

Posted 9 years 3 weeks ago #16922
Hallo, ich hoffe ihr könnt mir weiter helfen.

Ich habe auf unserer Seite ein funktionierendes Menu, so weit so gut. Dort gibt es bereits Unterpunkte, welche dann wie gewollt noch unten ausfahren und man kann auswählen. Nun hätte ich jedoch gerne eine 3. Ebene, quasi ein Sub-Submenu.
Ich habe bei einigen Templates hier gesehen dass dies möglich sein muss, bei mir funktioniert dies jedoch nicht, wenn ich einen Menupünkt in die 3. Ebene schiebe.

Die Domain ist: indutec-holding.com


Hoffe mir kann jemand weiterhelfen.
by Indutec

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

Replied by joomlaplates on topic Interior v2 Menu Probleme

Posted 9 years 3 weeks ago #16925
Hallo, ein 3. Submenu ist ungünstig für Tablet Benutzer ect pp.
Fügen sie folgenden Code in ihre css/custom.css ein
Code:
.uk-nav-navbar > .uk-parent > .uk-nav-sub { display: none; } .uk-nav-navbar > .uk-parent > a:after { content: "\f107"; font-family: "FontAwesome"; display: block; float: right; } .uk-nav-navbar > .uk-parent:hover > .uk-nav-sub { display: block; background: none repeat scroll 0 0 padding-box #fff; border: 1px solid rgba(0, 0, 0, 0.12); box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3); width: 200px; margin-top: -5px; padding: 15px; position: absolute; left: 150px; }

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

Replied by Indutec on topic Interior v2 Menu Probleme

Posted 9 years 3 weeks ago #16964
Where can i find this "css/custom.css"?
by Indutec

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

Moderators: joomlaplates
Powered by Kunena Forum