Increase paragraph spacing globally
-
How can I increase paragraph spacing in POSTS globally (even when switching templates) if this:
`.post p {
line-height: 2em;
padding-bottom: 30px;
}
.page p {
line-height: 2em;
padding-bottom: 30px;
}doesn’t work?
BTW: The custom CSS does affect the pacing on the Home page of my blog, just not on the articles.THX
The page I need help with: [log in to see the link]
- The topic ‘Increase paragraph spacing globally’ is closed to new replies.