Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #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önlichkeits­entwicklung</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!

    #803531

    Hey Zinizilla,

    Thanks for getting in touch, but I am assigning your ticket to my co-worker that speak German.

    Best regards,
    John Torvik

    #803565

    Hi John,
    thanks, that’s great! :)

    #804937

    Hi,

    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,
    Ismael

    #805527

    Hi 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.
    #805961

    Hi,

    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,
    Rikard

    #805971

    you mean a &shy; 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 : &#173 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 &shy; – 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.
    #806078

    Thanks!! It works!! Great! Problem is solved.

    #806446

    Hi,

    Great, glad you got it working :-)

    Thanks @guenni007 for helping out!

    Best regards,
    Rikard

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.