End of Support for Joomla 3 - Forum closed
[SOLVED] Headerbar background image auf Mobile sichtbar!
- pilatus2015
- Offline Topic Author
- Fresh Boarder
- Posts: 8
- Thank you received: 0
Headerbar background image auf Mobile sichtbar! was created by pilatus2015
Posted 8 years 1 month 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?
by pilatus2015
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 Headerbar background image auf Mobile sichtbar!
Posted 8 years 1 month ago #15511
Hallo, fügen sie folgenden Code in ihre css/custom.css ein.
Eventuell noch die Breite anpassen:
768px = Tablet
480px = Phone
Eventuell noch die Breite anpassen:
768px = Tablet
480px = Phone
@media (max-width: 768px) {
.top-outer {
background-image: none;
}
}
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
- pilatus2015
- Offline Topic Author
- Fresh Boarder
- Posts: 8
- Thank you received: 0
Replied by pilatus2015 on topic Headerbar background image auf Mobile sichtbar!
Posted 8 years 1 month 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;
}
}
@media (max-width: 480px){
.top-outer.uk-cover-background {
background-image: none;
}
}
by pilatus2015
Please Log in or Create an account to join the conversation.
- pilatus2015
- Offline Topic Author
- Fresh Boarder
- Posts: 8
- Thank you received: 0
Replied by pilatus2015 on topic [SOLVED] Headerbar background image auf Mobile sichtbar!
Posted 8 years 1 month ago #15513
Problem solved.
by pilatus2015
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates