Drop down menu
I installed the "Versity" template on a Joomla 3.8.5.
My menus are not drop-down.
Where could this problem come from?
www.veloclubmendelozere.fr/
cordially
Mr AZZOLA
Please Log in or Create an account to join the conversation.
- joomlaplates
-
Offline
- Moderator
-
- Posts: 8841
- Thank you received: 1736
I cant see any issue on your site
Attachment Screenshot_3-2-3-4-5-6-7-8-9-10-11-12-13-14-15-16-17-18-19-20-21-22.jpg not found
www.joomlaplates.de/dokumentation.html
Attachments:
Please Log in or Create an account to join the conversation.
Thank you for your reply.
Is it possible to have the drop-down submenus?
Attachment Capture_2.JPG not found
Attachments:
Please Log in or Create an account to join the conversation.
- joomlaplates
-
Offline
- Moderator
-
- Posts: 8841
- Thank you received: 1736
www.joomlaplates.com/support/documentation/custom-css-in-joomla
.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.
Thank you it's perfect.
Another question.
Can we add modules other than a menu in the "Offcanvas" area.
I would like a zone on the right that would be fixed.
I tried but the area "Offcanvas" did not appear.
Please Log in or Create an account to join the conversation.
- joomlaplates
-
Offline
- Moderator
-
- Posts: 8841
- Thank you received: 1736
yootheme.com/themes/documentation/developers/widgets-2
www.joomlaplates.de/dokumentation.html
Please Log in or Create an account to join the conversation.