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.
Hello,
Could you please give me a hand to add a custom css for reducing the text line width into my blog description ?
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:
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