End of Support for Joomla 3 - Forum closed
Unterschiedliche formatierungen desktop/phone
- schnetzler
- Offline Topic Author
- Fresh Boarder
-
- Posts: 4
- Thank you received: 0
Unterschiedliche formatierungen desktop/phone was created by schnetzler
Posted 8 years 2 months ago #16714
Hallo Guten Tag
Template jp-exchange, Joomla 3.6.5
bopptrading.ch
kann ich separate css-definitionen (custom.css) machen, die nur für Smartphones gelten.
Die heading-Formate sind auf dem Desktop ok, auf dem Phone zu gross
Danke für einen Tipp
Template jp-exchange, Joomla 3.6.5
bopptrading.ch
kann ich separate css-definitionen (custom.css) machen, die nur für Smartphones gelten.
Die heading-Formate sind auf dem Desktop ok, auf dem Phone zu gross
Danke für einen Tipp
by schnetzler
Please Log in or Create an account to join the conversation.
- joomlaplates
-
Offline
- Moderator
-
- Posts: 8839
- Thank you received: 1736
Replied by joomlaplates on topic Unterschiedliche formatierungen desktop/phone
Posted 8 years 2 months ago #16720
Hallo, ja die Styles können sie dann in die custom.css eintragen. In etwa so:
Code:
@media (max-width: 768px) {
h1, h2, h3, h4, h5, h6 {
font-size: 14px;
}
}
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
The following user(s) said Thank You: schnetzler
Please Log in or Create an account to join the conversation.
- schnetzler
- Offline Topic Author
- Fresh Boarder
-
- Posts: 4
- Thank you received: 0
Replied by schnetzler on topic Unterschiedliche formatierungen desktop/phone
Posted 8 years 2 months ago #16725
Danke, ja, damit lässt sich das lösen.
by schnetzler
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates