End of Support for Joomla 3 - Forum closed
[SOLVED] Mobile Menü Icon in Desktop Ansicht
- mair.tobias
- Offline Topic Author
- Fresh Boarder
- Posts: 2
- Thank you received: 0
Hello,
there is already a topic / solution for this problem, but i don't understand the workaround.
www.joomlaplates.com/forum/j3-aio/8947-s...n-in-desktop-ansicht
Where i must change the code?
Thanks for your help.
Best regards
Tobi
there is already a topic / solution for this problem, but i don't understand the workaround.
www.joomlaplates.com/forum/j3-aio/8947-s...n-in-desktop-ansicht
Where i must change the code?
Thanks for your help.
Best regards
Tobi
Last Edit:4 years 2 months ago
by mair.tobias
Last edit: 4 years 2 months ago by mair.tobias.
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Replied by joomlaplates on topic Mobile Menü Icon in Desktop Ansicht
Posted 4 years 2 months ago #27449
Add this css code to your css/custom.css
www.joomlaplates.com/support/documentation/custom-css-in-joomla
/*menü auf Desktop ausblenden mob_menu*/
www.joomlaplates.com/support/documentation/custom-css-in-joomla
/*menü auf Desktop ausblenden mob_menu*/
a.uk-button.uk-navbar-toggle.uk-float-right
{
display: block; /* This is how it looks on mobile */
}
@media (min-width: 750px) {
a.uk-button.uk-navbar-toggle.uk-float-right
{
display: none!important; /* This is how it looks on desktop */
}
}
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
The following user(s) said Thank You: mair.tobias
Please Log in or Create an account to join the conversation.
- mair.tobias
- Offline Topic Author
- Fresh Boarder
- Posts: 2
- Thank you received: 0
Replied by mair.tobias on topic Mobile Menü Icon in Desktop Ansicht
Posted 4 years 2 months ago #27455
Thanks for your help! It works!
by mair.tobias
Please Log in or Create an account to join the conversation.
- mair.tobias
- Offline Topic Author
- Fresh Boarder
- Posts: 2
- Thank you received: 0
Replied by mair.tobias on topic [SOLVED] Mobile Menü Icon in Desktop Ansicht
Posted 4 years 2 months ago #27456
Problem solved.
by mair.tobias
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates