Problem with text size in post headings: Different size in different posts
-
I had changed the css to make the space between paragraphs smaller by changing this code from:
p, ul, ol {
margin-bottom: 2em;
line-height: 180%;
}to:
p, ul, ol {
margin-bottom: 1.2em;
line-height: 180%;
}Then I noticed that my new post had larger text in the title heading. I changed the css back but the post title remained larger.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Problem with text size in post headings: Different size in different posts’ is closed to new replies.