End of Support for Joomla 3 - Forum closed
[SOLVED] Mobile View
- nicknackman
- Offline Topic Author
- Fresh Boarder
- Posts: 6
- Thank you received: 0
Hallo,
bei mir stimmt beim automatischen Skalieren die Ansicht im Hochformat nicht (s. Anhang: iPhone Hochformat). Dagegen ist im Querformat aus meiner Sicht alles in Ordnung (s. Anhang: iPhone Querformat). Wo kann man es korrigieren?
Vielen Dank für Ihre Hilfe!
bei mir stimmt beim automatischen Skalieren die Ansicht im Hochformat nicht (s. Anhang: iPhone Hochformat). Dagegen ist im Querformat aus meiner Sicht alles in Ordnung (s. Anhang: iPhone Querformat). Wo kann man es korrigieren?
Vielen Dank für Ihre Hilfe!
by nicknackman
Attachments:
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Hallo, dass liegt an den Überschriften.
Bitte fügen sie folgenden code in ihre css/custom.css ein. ( Wenn diese Datei nicht vorhanden ist, dann erstellen sie die Datei.
Bitte fügen sie folgenden code in ihre css/custom.css ein. ( Wenn diese Datei nicht vorhanden ist, dann erstellen sie die Datei.
@media (max-width: 468px) {
.uk-article-title,
h1, .uk-h1 {
font-size: 20px;
line-height: 20px;
}
}
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
- nicknackman
- Offline Topic Author
- Fresh Boarder
- Posts: 6
- Thank you received: 0
Super, klappt auf Anhieb! Danke!
by nicknackman
Please Log in or Create an account to join the conversation.
- nicknackman
- Offline Topic Author
- Fresh Boarder
- Posts: 6
- Thank you received: 0
Moderators: joomlaplates