End of Support for Joomla 3 - Forum closed
[SOLVED] offcanvas menu
hi,
I need to have the offcanvas menu only for the mobile devices, because I need to create dedicated pages, not the same for desktop view.
I go to the template's setting, and I set the module visible only for smartphones. But nothing change and I see the offcanvas menu in desktop version too. Can you help me pease?
Thanks
I need to have the offcanvas menu only for the mobile devices, because I need to create dedicated pages, not the same for desktop view.
I go to the template's setting, and I set the module visible only for smartphones. But nothing change and I see the offcanvas menu in desktop version too. Can you help me pease?
Thanks
by griffin
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Hello,
inert the code below to the css/custom.css
inert the code below to the css/custom.css
@media only screen and (min-width: 768px) {
.uk-navbar-toggle {display:none}
}
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
Problem solved.
by griffin
The following user(s) said Thank You: onlineteam
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates