End of Support for Joomla 3 - Forum closed
[SOLVED] Überschriften Mobilansicht
Hallo,
ich bin jetzt irgendwie am verzweifeln.
Im Template Perfect 2 gelingt es mir einfach nicht, die Überschriften für die Mobilansicht zu verkeinern.
Ich habe es in der custom.css mit
@media screen and (max-width: 768px) {
h1, h2, h3, h4{
font-size:14px;
word-wrap: normal!important;
}
}
oder auch
@media (max-width: 768px) {
h1,h2,h3,h4,h5,h6 {font-size:120% !important;line-height:110% !important}
}
versucht, aber das klappt einfach nicht. Die Überschriften bleiben immer in der gleichen Größe.
Es verändert sich einfach nichts.
Jetzt muss ich doch einfach nochmal um Hilfe bitten.
Ich weiß nicht, was ich falsch mache.
Gruße
BMueller
ich bin jetzt irgendwie am verzweifeln.
Im Template Perfect 2 gelingt es mir einfach nicht, die Überschriften für die Mobilansicht zu verkeinern.
Ich habe es in der custom.css mit
@media screen and (max-width: 768px) {
h1, h2, h3, h4{
font-size:14px;
word-wrap: normal!important;
}
}
oder auch
@media (max-width: 768px) {
h1,h2,h3,h4,h5,h6 {font-size:120% !important;line-height:110% !important}
}
versucht, aber das klappt einfach nicht. Die Überschriften bleiben immer in der gleichen Größe.
Es verändert sich einfach nichts.
Jetzt muss ich doch einfach nochmal um Hilfe bitten.
Ich weiß nicht, was ich falsch mache.
Gruße
BMueller
by BMueller
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Hallo, benutzen sie bitte keine Prozent angaben, sondern absolute Werte
@media (max-width: 768px) {
h1,h2,h3,h4,h5,h6 {font-size:14px !important;line-height:110% !important}
}
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
Besten Dank.
Ich vermute, es war bei mir jetzt doch eher ein Cache-Problem. Auf einmal ging es nach gewisser Zeit dann doch, ohne, dass ich etwas verändert habe.
Grüße
BMueller
Ich vermute, es war bei mir jetzt doch eher ein Cache-Problem. Auf einmal ging es nach gewisser Zeit dann doch, ohne, dass ich etwas verändert habe.
Grüße
BMueller
by BMueller
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 [SOLVED] Überschriften Mobilansicht
Posted 4 years 1 month ago #27823
Problem solved.
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates