Okay
  Public Ticket #2373462
blog content text
Closed

Comments

  •  3
    Marie started the conversation

    Hello,

    Could you please give me a hand to add a custom css for reducing the text line width into my blog description ?

  •  1,558
    Laborator replied

    Hi there,

    It is not very clear if you want to change the line height or the letter spacing, but I have applied both of them and you can add this CSS to Custom CSS:

    .post-excerpt.entry-summary p,
    .single-post .post .post-content p {
        line-height: 1.1 !important; /* Line height */
        letter-spacing: -1px !important; /* Letter spacing */
    }
    

    I have also commented these lines so which one you don't want to use then simply delete that line completely.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group