End of Support for Joomla 3 - Forum closed
[SOLVED] Hide Hamburger Menu on Desktop
Hi,
I'd like to hide the hamburger menu which opens the offcanvas menu at the desktop version.
It should only be shown (as usual) on mobile devices.
Why show the menu twice anyway?
How can I hide it?
Live URL?
the original sample site:
demo.joomlaplates.com/jp_biz/
Thanks
Tina
I'd like to hide the hamburger menu which opens the offcanvas menu at the desktop version.
It should only be shown (as usual) on mobile devices.
Attachment 2019-06-19_10-19-02-.jpg not found
Why show the menu twice anyway?
How can I hide it?
Live URL?
the original sample site:
demo.joomlaplates.com/jp_biz/
Thanks
Tina
Last Edit:5 years 5 months ago
by belex24
Attachments:
Last edit: 5 years 5 months ago by belex24.
Please Log in or Create an account to join the conversation.
I tried it with that option, but it didn't work:
It's still visible.
Attachment 2019-06-19_13-01-15.jpg not found
It's still visible.
by belex24
Attachments:
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
You can hide the offcanvas menu with a simple css trick
Add this code to your css/custom.css
Now the offcanvas will be shown only on screen smaller than 768px
Add this code to your css/custom.css
@media screen and (min-width: 768px) {
.uk-navbar-toggle {display:none}
}
Now the offcanvas will be shown only on screen smaller than 768px
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
The following user(s) said Thank You: belex24
Please Log in or Create an account to join the conversation.
Replied by belex24 on topic [SOLVED] Hide Hamburger Menu on Desktop
Posted 5 years 5 months ago #23911
Problem solved.
by belex24
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates