• https://www.angerwise.com

    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)
  • Thread Starter fifthhouse

    (@fifthhouse)

    It looks like the first article on the page always has larger text size for the title, as a default setting. So it’s supposed to be that way, and I’ll consider this issue resolved.

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.