Question

My font titles with cufon are cut on top and moved up, any ideea? Maybe it's a css problem, I don't know, but I could not figure out.

http://www.quotestemple.com

Was it helpful?

Solution

Add a 3 pixel margin to the top of the h3 elements:

h3 {
    font-size: 25px;
    color: #281c17;
    letter-spacing: -1px;
    line-height: 1.2em;
    margin: 3px 0 27px 0;
}
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top