Important:
This support area is for Kalium 3 users only.
Support for Kalium 4 has moved to our new platform at support.laborator.co.
If you’re using Kalium 4, please create a new account there using your email and license key. A password will be sent to you automatically.
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:
.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