End of Support for Joomla 3 - Forum closed
[SOLVED] fixed navigation deaktivierbar für 'small' ?
fixed navigation deaktivierbar für 'small' ? was created by draxco
Posted 8 years 8 months ago #13120
Template: Interior
Joomla 3.5
Hallo Herr Kuhlmann,
ich nutze die fixierte Navigationsleiste, möchte aber, dass diese am Smartphone nicht fixiert erscheint.
Gibt es eine Möglichkeit die global aktivierte "Fixed Navigation" für bestimmte Bildschirm-Auflösungen abzuschalten ?
Ähnlich wie mit uk-hidden-small für Module.
Vielen Dank im voraus für Ihre Hilfe !
Joomla 3.5
Hallo Herr Kuhlmann,
ich nutze die fixierte Navigationsleiste, möchte aber, dass diese am Smartphone nicht fixiert erscheint.
Gibt es eine Möglichkeit die global aktivierte "Fixed Navigation" für bestimmte Bildschirm-Auflösungen abzuschalten ?
Ähnlich wie mit uk-hidden-small für Module.
Vielen Dank im voraus für Ihre Hilfe !
by draxco
Please Log in or Create an account to join the conversation.
Replied by draxco on topic fixed navigation deaktivierbar für 'small' ?
Posted 8 years 7 months ago #13406
Hallo,
gibt es denn keine Antwort bzw. Lösung zu meiner Fragestellung ?
Gruss
Axel
gibt es denn keine Antwort bzw. Lösung zu meiner Fragestellung ?
Gruss
Axel
by draxco
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 fixed navigation deaktivierbar für 'small' ?
Posted 8 years 7 months ago #13407
Hallo Axel,
sorry ihre Frage wurde vergessen zu beantworten!
Fügen sie folgenden Code in ihre css/custom.css ein:
Nun sollte das "fixe" Menu nur ab einer Breite von 768px angezeigt werden.
sorry ihre Frage wurde vergessen zu beantworten!
Fügen sie folgenden Code in ihre css/custom.css ein:
Nun sollte das "fixe" Menu nur ab einer Breite von 768px angezeigt werden.
@media (max-width: 768px) {
#menu-outer {position: relative !important}
}
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
The following user(s) said Thank You: draxco
Please Log in or Create an account to join the conversation.
Replied by draxco on topic fixed navigation deaktivierbar für 'small' ?
Posted 8 years 7 months ago #13408
Klasse - perfekte Lösung !
Herzlichen Dank
Herzlichen Dank
by draxco
Please Log in or Create an account to join the conversation.
Replied by draxco on topic [SOLVED] fixed navigation deaktivierbar für 'small' ?
Posted 8 years 7 months ago #13409
Problem solved.
by draxco
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates