Problem konnte gelöst werden mit diesen Einstellungen:
Code:
@media (min-width: 992px) {
.d-lg-none {
display: flex !important;
}
}
@media (max-width: 992px) {
.astroid-logo .astroid-logo-mobile {
display: block;
position: absolute;
right: 10px;
}
}
@media (min-width: 992px) {
.astroid-logo .astroid-logo-mobile {
display: none;
}
}
@media (min-width: 992px) {
.d-lg-none {
display: flex !important;
}
}
.astroid-logo img {
max-height: 200%;
}
@media (max-width: 991.98px) {
.astroid-header-section .astroid-header-sticky > div {
padding-top: 15px;
padding-bottom: 25px;
}
}
Im Astroid-Framework müssen diese Einstellungen noch gemacht werden:
- Im Header das Logo auf Block 1 setzen
- Seiten- und Mobil-Menü ist das Hauptmenü
- Das Standard-Logo deaktivieren
- Das Sticky Header-Logo deaktivieren
- Bei Sticky Header auch das Logo auf Block 1 setzen
- Offcanvas deaktivieren
Supporter bei forum.joomla.de
Please Log in or Create an account to join the conversation.