By Rodolfo Siles on Thursday, 03 December 2015
Posted in General Issues
Replies 1
Likes 0
Views 382
Votes 0
Hello,

I recently updated to the latest version of Easy Blog, the title of the blog in the frontpage has a good size, but on the actual blog page the title has some overlap. Is there a way to increase the vertical space in the title?

This is the link to the frontpage blog, note the title.
http://www.pm4dev.com/pm4dev_blog.html

This is the blog entry, notice how the vertical spacing in the font creates some overlap.
http://www.pm4dev.com/pm4dev_blog/entry/why-you-should-use-a-standard-methodology-for-managing-your-projects.html

Can you give me a css code that I can use and place in my template css?

Thank you for your help!!

Rodolfo


But the way, I love the look of the new version :-)
Hey Rodolfo,

I am sorry for the delay of this reply,

It seems like your current template override that `h1` styling in Easyblog, can you try apply my following CSS code and see how it goes?


div#fd.eb .eb-entry-head h1 {
line-height: initial !important;
}
·
Friday, 04 December 2015 11:40
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post