Hello!
How do I tighten (reduce) the space between lines in the main body paragraphs? I am not sure which style I need to overwrite (from which css file?) into custom css.
Your help is greatly appreciated! Thank you.
Hello!
How do I tighten (reduce) the space between lines in the main body paragraphs? I am not sure which style I need to overwrite (from which css file?) into custom css.
Your help is greatly appreciated! Thank you.
Hi!
Try this:
.entry-content {
line-height: 25px;
}
The default is 25px so you'll want to use a lesser value like 20px;
Regards,
Mya
You must log in to post.