Viewing 1 replies (of 1 total)
  • You might be able to change this;

    #main .post h2 {
    padding-top: 0;
    padding-bottom: 10px;
    }

    to this;

    #main .post h2 {
    line-height: 1em;
    padding-top: 0;
    padding-bottom: 10px;
    }

    …and see how it looks to you.

Viewing 1 replies (of 1 total)
  • The topic ‘Title Letters Touch When on 2 Lines’ is closed to new replies.