Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1217302

    Hi,
    I’m trying to add a line height to my text in the layers slider, but it won’t effect the text.
    Please have a look.

    kind regards
    Jak

    #1217593

    Hey Jak73,

    Please try the following in Quick CSS under Enfold->General Styling:

    div.line {
      line-height: 1.5em;
    }

    Best regards,
    Rikard

    #1217922

    Hi Rikard,

    seems it does not effect the line height here.
    Any idea?

    Kind regards Jak

    #1217932

    But you have seen the styles tab on each layer ?

    And by the way : on the right side of that Styles Tab there is an input field for custom css as well – for all settings that couldn’t be done by options.
    info from layerslider tooltip : “If you want to set style settings other then above, you can use here any CSS codes. Please make sure to write valid markup.”

    #1217934

    Hello Guenni,
    yes I have, but I would like to use custom css, because layer slider will not center correctly otherwise.

    Beste Grüße
    Jak

    #1217936

    Can you show your link to that page?

    #1217937

    Kann ich Dir den Link per Email senden?

    #1217938

    ne heute nicht mehr – der Büro Rechner ist aus.
    Das hier läuft alles über mein Arbeitstier: den Mac. – Da rufe ich keine E-Mails ab.

    PS: ja mach mal, kann ich ja im Web-Client einloggen!

    • This reply was modified 4 years, 5 months ago by Guenni007.
    #1218274

    Any other idea?

    #1218739

    Hi Rikard,

    div.line {
    line-height: 1.5em;
    }
    does not affect it.

    Any other idea?

    Kind regards Jak

    #1218745

    schick mir doch mal den Link bitte dann schau ich rein.
    Wie es geht weiss ich. Nur der Selector weicht bei jedem Layerslider halt ab.

    Der Layerslider macht je nachdem aus Textblöcken einzelne Zeilen!

    Dann kommt da ein div noch extra hinzu – wie es oben Rikard schon erwähnte mit der Klasse: line
    Du musst aber spezifisch bleiben, da die auch bei fetten überschriften etc. greift.
    Also bleibt einem nur, dann die div.ls-wrapper:nth-of-type(x) oder child methode um es selektiv zu haben .

    hier zB macht er das nicht mit den lines: https://layerslider.kreaturamedia.com/sliders/architecture-slider/

    • This reply was modified 4 years, 5 months ago by Guenni007.
    #1218753

    übrigens unter dem Tab: Link und Attributes – kannst du klasse und ID einem Layer zuordnen. Fiel mir gerade ein. Dann kann man sich das abzählen sparen:

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