End of Support for Joomla 3 - Forum closed
[SOLVED] Top A Home Titel Mobile Version
Guten tag,
In der Mobile Ansicht ist der Titel "DummyConnection Trainings" abgeschnitten im Bereich Top A Home.
new.dumytraining.ch
Wie kann ich dies beheben?
Herzlichen Dank
Pascal
In der Mobile Ansicht ist der Titel "DummyConnection Trainings" abgeschnitten im Bereich Top A Home.
new.dumytraining.ch
Attachment Screenshot_20190602-121907_Chrome.jpg not found
Wie kann ich dies beheben?
Herzlichen Dank
Pascal
by manto666
Attachments:
Please Log in or Create an account to join the conversation.
Hi,
in der URL fehlt ein 'm'!
Kannst Du das Bild noch einmal einblenden, dann könnte man es mittels Dev-Tools untersuchen!?
mfg
Christian
in der URL fehlt ein 'm'!
Kannst Du das Bild noch einmal einblenden, dann könnte man es mittels Dev-Tools untersuchen!?
mfg
Christian
by cg
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8805
- Thank you received: 1732
Hallo, da du eine große Schrift bzw Headline hast must du das mit css machen.
Füge folgenden css code in die css/custom.css ein
Füge folgenden css code in die css/custom.css ein
@media screen and (max-width: 768px) {
h1 {font-size:20px}
}
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
The following user(s) said Thank You: manto666
Please Log in or Create an account to join the conversation.
Replied by manto666 on topic [SOLVED] Top A Home Titel Mobile Version
Posted 5 years 5 months ago #23831
Problem solved.
by manto666
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates