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 10 years 2 weeks 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 !
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 10 years 1 day ago #13406
Hallo,
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.

Replied by joomlaplates on topic fixed navigation deaktivierbar für 'small' ?

Posted 10 years 1 day 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.

@media (max-width: 768px) {
#menu-outer {position: relative !important}
}

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 10 years 1 day ago #13408
Klasse - perfekte Lösung !
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 10 years 1 day ago #13409
Problem solved.
by draxco

Please Log in or Create an account to join the conversation.

Moderators: joomlaplates
Powered by Kunena Forum