Article Titles on Home Page

GK User
Fri Feb 17, 2012 3:11 am
One the home page, when I set the Home menu to display featured articles, the articles come up with a blue, indented font that is cut off on the decenders, i.e. you can't see the bottom of a "g".

http://www.berkeleylogic.com/test/

But, when I visit the article via a menu or the alias, it comes out all nice and correctly spaced.

http://berkeleylogic.com/test/index.php ... keleylogic

What's wrong?

Vern

P.S. I've been trying to get support on this issue for three days now and I keep getting nonsense email messages!
User avatar
Fresh Boarder

GK User
Fri Feb 17, 2012 3:16 am
Basically not enough height when "g" or similar characters in title.

Add following code in templates/gk_appsite/css/override.css and enable css override option from template settings > advanced settings > css override " on ".

Code: Select all
.article-meta.blog > h2 { line-height: 60px; }


See you around...
User avatar
Platinum Boarder

GK User
Sat Feb 18, 2012 3:42 am
OK, that worked, thank you. -- Vern

normanUK wrote:Basically not enough height when "g" or similar characters in title.

Add following code in templates/gk_appsite/css/override.css and enable css override option from template settings > advanced settings > css override " on ".

Code: Select all
.article-meta.blog > h2 { line-height: 60px; }


See you around...
User avatar
Fresh Boarder

GK User
Sat Feb 18, 2012 3:56 am
No problem at all.

See you around...
User avatar
Platinum Boarder


cron