Comments marsm started the conversationAugust 5, 2020 at 10:42amCan you please tell me where we can reduce the leading between lines of text in paragraphs?marsm repliedAugust 5, 2020 at 11:02amI fixed the main body text using this: .entry-content p { line-height: 1.5;} Can I please find out how to change the same thing on the main sidebar and comments? 2,700PenciDesign repliedAugust 5, 2020 at 5:46pmHi,You can change the code: .entry-content p { line-height: 1.5; } to: .post-entry p, .penci-sidebar-content p, .penci-sidebar-content, .comment-content p{ line-height: 1.5; }Best Regards,PenciDesign1 Likemarsm repliedAugust 7, 2020 at 8:12amThank you. That worked nicely. Sign in to reply ...
Can you please tell me where we can reduce the leading between lines of text in paragraphs?
I fixed the main body text using this:
.entry-content p {
line-height: 1.5;
}
Can I please find out how to change the same thing on the main sidebar and comments?
Hi,
You can change the code:
to:
Best Regards,
PenciDesign
Thank you. That worked nicely.