Hi,
1. auf Smartphones werden die Überschriften falsch angezeigt. Scheinbar wird eine standart Überschrift genommen, anstatt die von mir gewählte.
http://www.marcobehrens.com/neu-hier/
2. Und allgemein werden auf meinem Smartphone zu lange Wörter einfach abgeschnitten. Wie kann ich die vollen Wörter anzeigen lassen?
3. Auf dem Smartphone ist links und rechts vom Text noch etwas Platz. Wie kann ich diesen Platz verkleinern damit mein Text diesen nutzen kann?
Liebe Grüße,
Marco
Hi crevlon!
What heading are we talking about here? I visited the page you provided on question 1 and it takes me to a Blog Page. Can you please post a screenshot?
Regards,
Ismael
Hey!
1 & 2) Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 480px) { .av-special-heading h1 { font-size: 30px!important; }}
3)
@media only screen and (max-width: 480px) { .responsive .container { width: 300px; }}
Regards,
Yigit
The 2nd code works. But the 1st doesnt. The font size isnt changed.
Hi!
It seems to be working on my end. Please try flushing your browser cache and refresh your page a few times
Cheers!
Yigit
EDIT: Here is a screenshot http://i.imgur.com/LnYxT1p.jpg
Youre right! :)
I had to flush the cache.
Thanks a lot! :)
But the font size of my article headlines didnt changed.
Only the font size of the normal headlines.
http://www.marcobehrens.com/durch-navigationssystem-mehr-selbstvertrauen/
Hi!
Please add following code to Quick CSS as well
@media only screen and (max-width: 480px) { .entry-content-wrapper .post-title { font-size: 30px!important; }}
Regards,
Yigit
:) thank you! It works!