End of Support for Joomla 3 - Forum closed
Off canvas menu and logo
Hi, I wan the off canvas menu to show only on mobile version, but it's showing on desktop too. Also, the logo (it's an image) i want it to get smaller in the mobile version and not be the same size as in desktop version.
How can i do the above?
Thank you
How can i do the above?
Thank you
by JoyAng
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Hallo,
1.) Add this css code to your css/custom.css
1.) Add this css code to your css/custom.css
2.) Add a smaller logo to the module position logo-small@media only screen and (min-width: 1024px) {
.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.
There's no logo-small in the quickstart template i downloaded
by JoyAng
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
You can add 2 logos to the logo position.
One for mobile and one for desktop
Use this code with the css classes to do it
Here are the classes you can use
One for mobile and one for desktop
Use this code with the css classes to do it
<img class="uk-hidden-small" src="your-desktop-logo" />
<img class="uk-hidden-large" src="your-mobile-logo" />
Here are the classes you can use
Attachment uk-responsive.jpg not found
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Attachments:
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates