Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #1265130

    Hi
    individual font sizes in the content elements “text-block” are not executed.

    Hi
    individuelle Schriftgrößen in den Inhaltselementen “text-block” werden nicht ausgeführt.

    thanks solf

    • This topic was modified 3 years, 11 months ago by solf.
    #1265139

    and how did you want to achieve these different text-sizes? Are these textblock alb elements – and you have set the font-size via the styling tab of the textblock alb:

    – or did you insert inline css – like:

    #1265253

    Good morning Guenni007,
    Thank you for your answer. The formatting passes via the styling tab of the textblock alb:
    solf

    #1265288

    this is strange because on my end it works well. On your preview it looks as if the value goes to the line-height value only.
    do you have the newest Version of Enfold? but, as far as I know, such a bug did not occur yet.

    #1265414

    Hm…
    On my systems, the font sizes in all 3 text blocks are the same in all browsers, including Androids. (as seen in the screenshot above)
    Not with you?
    solf

    hm…
    auf meinen Systemen, sind in allen Browsern, inkl Androids die Schriftgrössen in allen 3 Textblöcken gleich gross. (wie im screenshot oben zu sehen)
    Bei Ihnen nicht ?
    solf

    #1265423

    kannst du mal den link zur testseite posten?

    #1265432

    siehe Private Content. Da liegen beim ersten Beitrag auch die Zugangsdaten zur Website.

    #1265446

    sorry bin auch nur “Participant” – aber eben mit einer Menge an css und javascript Erfahrung.
    Sonst schick mir doch mal nur den Link ( Zugangsdaten brauche ich nicht ) via E-Mail zu – Daten sind unter meinem Nick hinterlegt.

    #1265569

    du hast im enfold.css folgende Regel erstellt:

    #top .header_color p, 
    #top .main_color p, 
    #top .alternate_color p {
        font-size: 18px;
        line-height: 1.4em;
    }

    eigentlich erbt der p-tag die Schriftgröße (und Zeillenhöhe) vom body tag!
    diese css Regel habe ich nicht in meinem css. Daher dürfte das der Knackpunkt sein.

    Allerdings ist mir noch unklar wie du es eingefügt hast. Denn normalerweise befinden sich die Einträge in der Quick css vor
    diesen Einstellungen im css ( das sind die Enfold Optionen des general stylings.

    .container {width:100%;} .container .av-content-small.units {width:73%; }
    			
    			  .responsive .boxed#top , .responsive.html_boxed.html_header_sticky #header, 
    			  .responsive.html_boxed.html_header_transparency #header{ width: 1310px; max-width:90%; }
    			  .responsive .container{ max-width: 1310px; }

    durch die höhere Spezifität der css Regel ( 1ID, 1Klasse, 1 Element) wird das inline css nicht umgesetzt.

    #1265578

    PS : jetzt weiss ich es – du hast unter advanced styling den p-tag definiert.
    diese anweisungen erscheinen dort hinter der besagten Stelle

    #1265591

    Yes, but the p-tag is intended to define the font size of the normal (flowing) texts on the website.
    Or have I misunderstood something ?!?
    greetings, Solf
    ===
    Ja, aber der p-tag ist doch dazu gedacht, die Schriftgrösse der normalen (fließ)Texte der Website zu definieren.
    Oder habe ich da etwas falsch verstanden ?!?
    grüße, Solf

    #1265616

    den stellt man bei “Allgemeines Styling” Schriften ein.
    Wie gesagt das erbt der p-tag vom body-tag

    Ein Inline-Style schlägt mit Spezfität : 1,0,0,0 zu buche (https://css-tricks.com/specifics-on-css-specificity/)

    warum der inline-style einen Selector mit 0,1,1,1 nicht überbietet kann ich momentan nicht sagen – normalerweise ist ein inline-style immer der Sieger!

    _______________

    An inline style is rated with specificity : 1,0,0,0 (https://css-tricks.com/specifics-on-css-specificity/)

    why the inline-style does not outbid a selector with 0,1,1,1 is something I cannot say at the moment – normally an inline-style is always the winner!

    • This reply was modified 3 years, 11 months ago by Guenni007.
    #1265669

    Hi,

    Thanks for helping out @guenni007. If you need further help with this @solf, then please include WordPress admin login details in private, so that we can have a closer look at your site.

    Best regards,
    Rikard

    #1265697

    Hi @guenni007.

    Durch die Löschung de Schriftgrösse des P Tags wurden die individuellenTextgrössen angenommen.
    vielen Dank für deine Mühe und die Lösung des Problemes.

    Best regards,
    solf

    ========

    Hi @ guenni007.

    By deleting the font size of the P tag, the individual text sizes were accepted.
    Thank you for your effort and the solution to the problem.

    Best regards,
    solf

    #1265887

    Hi,

    Did you need additional help with this topic or shall we close?

    Best regards,
    Jordan Shannon

    #1265950

    Guenni007 solved the problem.
    Thanks. Solf

    #1266082

    Hi solf,

    Great :)

    We are closing the thread.

    If you need further assistance please let us know in a new one.

    Best regards,
    Victoria

Viewing 17 posts - 1 through 17 (of 17 total)
  • The topic ‘no individual font sizes in "text-block"’ is closed to new replies.