Is there a way to adjust the line-height or leading between lines of type for h1,h2,h3, so on?
I've tried adding line-height: 2em; to the style.css to no avail.
Any suggestions?
Best Regards.
Is there a way to adjust the line-height or leading between lines of type for h1,h2,h3, so on?
I've tried adding line-height: 2em; to the style.css to no avail.
Any suggestions?
Best Regards.
is this for cufon headings? The doctype must be set to strict for line-height to work for cufon. You can change it in header.php. I might change it, will first see if it causes other issues. To set the line-height for the cufon post headings use a style like this:
.post .post-title a { line-height:1.5em; }
Yes, I am trying to change line-height for cufon headings. Please let me know if it will cause other problems.
Thank you.
You must log in to post.