End of Support for Joomla 3 - Forum closed

[SOLVED] Headerbar background image auf Mobile sichtbar!

Headerbar background image auf Mobile sichtbar! was created by pilatus2015

Posted 9 years 5 months ago #15510
Hallo, im JP-classic template wird das "headerbar background image" auch in der Mobilansicht geladen, anscheinend da das offcanvas Menü darauf platziert wird. Wie kann ich das Laden bei Mobilgeräten vermeiden?

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

Replied by joomlaplates on topic Headerbar background image auf Mobile sichtbar!

Posted 9 years 5 months ago #15511
Hallo, fügen sie folgenden Code in ihre css/custom.css ein.
Eventuell noch die Breite anpassen:
768px = Tablet
480px = Phone

@media (max-width: 768px) {
.top-outer {
background-image: none;
}
}

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

Replied by pilatus2015 on topic Headerbar background image auf Mobile sichtbar!

Posted 9 years 5 months ago #15512
Danke für den Vorschlag, der mich auf folgende Lösung in der custom.css gebracht hat:

@media (max-width: 480px){
.top-outer.uk-cover-background {
background-image: none;
}
}

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

Replied by pilatus2015 on topic [SOLVED] Headerbar background image auf Mobile sichtbar!

Posted 9 years 5 months ago #15513
Problem solved.

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

Moderators: joomlaplates
Powered by Kunena Forum