3-level menu
- francesco@fassamedia.com
- Offline Topic Author
- Fresh Boarder
-
- Posts: 4
- Thank you received: 0
Thank you for any help.
Francesco
Please Log in or Create an account to join the conversation.
- joomlaplates
-
Offline
- Moderator
-
- Posts: 8841
- Thank you received: 1736
the third level menu is not supported because of the touch screen events.
But you can try to add this code to your css/custom.css
Now you should have a third level menu, but need to customize the css parameters maybe..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;
}
www.joomlaplates.de/dokumentation.html
Please Log in or Create an account to join the conversation.
- francesco@fassamedia.com
- Offline Topic Author
- Fresh Boarder
-
- Posts: 4
- Thank you received: 0
Can I ask if there are any contraindications for a third level menu in this template?
Thank you for all.
Francesco
Please Log in or Create an account to join the conversation.
- joomlaplates
-
Offline
- Moderator
-
- Posts: 8841
- Thank you received: 1736
Or what do you mean?
www.joomlaplates.de/dokumentation.html
Please Log in or Create an account to join the conversation.
- francesco@fassamedia.com
- Offline Topic Author
- Fresh Boarder
-
- Posts: 4
- Thank you received: 0
Please Log in or Create an account to join the conversation.
- joomlaplates
-
Offline
- Moderator
-
- Posts: 8841
- Thank you received: 1736
I have checked that and it works, looks like the image
Attachment Screenshot_8-2-3-4.jpg not found
www.joomlaplates.de/dokumentation.html
Attachments:
Please Log in or Create an account to join the conversation.