Okay
  Public Ticket #388156
How to increase space between lines (in the Text heading)
Closed

Comments

  • Thibault started the conversation

    Hello,

    Could you help me to increase the space between the lines of text in the "text heading" of the parallax slider?
    (if you look at the attachment, i want to increase the space between "SITE EN" and "CONSTRUCTION"
    I can't find how to change the css for this element...


    Thank you.


  •  1,973
    Support replied

    Hello,

    you can add a margin bottom to the urltralarge class in theme options Styling Options -> Custom CSS

    .ultralarge {

    margin-bottom: 100px;

    }

    for example

    thanks

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Thibault replied

    Hello,

    Thank you for your answer. It was not what I was asking for, but you gave me the good clue (I was looking for line-height).

    Otherwise, I can't find the right balance to improve it for mobile without having bad responsive one of the many screen size on desktop (if too small, I can't read all the line; if too large, lines are touching each others).

    Is there any css trick to set up a special styling option for android/ios (or for desktop) ?


    Thank you




  •  1,973
    Support replied

    Hi,

    Add this in Custom CSS:


    .ultralarge {

    line-height: 100px;

    }


    Regards

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Thibault replied

    I did, but its not fixing it. Probably there is no perfect perfect pixel size. I fixed (avoided) it by reducing the leght of my sentence. Not a big issue anyway

    Thank yo

  •  1,973
    Support replied

    np, you are welcome

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy