-
AuthorPosts
-
June 3, 2017 at 4:01 pm #803398
Ich würde gerne in eine einzige Überschrift meiner Website ein soft hyphens einfügen. Die Überschrift lautet “Persönlichkeitsentwicklung” und ist eine H1. Da das Wort zu lang für mobile Geräte ist, wird es dort abgeschnitten. Mir wurde gesagt, ich solle im CSS folgendes eingeben: <h1>Persönlichkeitsentwicklung</h1>
Aber WO genau soll ich das eingeben? Im normalen style.css finde ich gar keine H-Überschriften? Wo soll der Code denn dann hin?
Oder gibt es eine andere Lösung für das Problem?
Ich bin absoluter WP-Neuling und kann auch nicht programmieren. Brauche daher eine idiotensichere Anleitung!
Vielen Dank!June 4, 2017 at 9:29 am #803531Hey Zinizilla,
Thanks for getting in touch, but I am assigning your ticket to my co-worker that speak German.
Best regards,
John TorvikJune 4, 2017 at 12:10 pm #803565Hi John,
thanks, that’s great! :)June 7, 2017 at 9:05 am #804937Hi,
Thank you for using Enfold.
Could you please provide a link to the site in question? Try this css code to adjust the font size of the h1 heading on mobile view.
@media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ #top h1 { font-size: 20px !important; } }
Best regards,
IsmaelJune 8, 2017 at 11:10 am #805527Hi Ismael,
thanks for your answer! My website is in maintenance mode – how can I give you access?
And WHERE should I insert the code? Sorry for my stupid questions, but I’m new to WordPress and not a programmer.Thanks a lot!
Best regards,
Andrea (Zinizilla)- This reply was modified 7 years, 5 months ago by Zinizilla.
June 9, 2017 at 10:07 am #805961Hi,
You can paste the code in Quick CSS under Enfold->General Styling to see if it works.
If you need to give us access then create a new temporary user with admin rights and post the login details in private.
Best regards,
RikardJune 9, 2017 at 10:18 am #805971you mean a
­
i think this soft-hyphen as html-entity does not work on headings in Enfold – but there are a lot of analogons
try the unicode-dezimal :­
with a smicolon after the 3 !!! – the bord soft changes it directly to a space_______
Entschuldige ich übersah die gemeinsame Sprache.
Also ich habe das mit dem unicode-dezimal code gemacht:Beispielseite: https://webers-testseite.de/ikom/beispiel-seite/
PS: leider ist es nach dem Speichern auch nicht mehr zu sehen – hat aber Einfluss. Selbst im Quellcode sieht man das nicht mehr wirklich
PPS: im Textfeld von Enfold funktioniert übrigens auch das
­
– auch bei dort eingefügten h1. Ich stellte es nur einmal fest, als ich es auch in dem Inhaltselement “Spezielle Überschrift” brauchte ging das html-Entity nicht- This reply was modified 7 years, 5 months ago by Guenni007.
June 9, 2017 at 2:38 pm #806078Thanks!! It works!! Great! Problem is solved.
June 11, 2017 at 4:51 am #806446 -
AuthorPosts
- You must be logged in to reply to this topic.