• I’m having a problem with my WordPress template and it’s been a problem on several templates I’ve tried to use. The problem is that on the headline for a post, the text in the second line of the headline almost touches the first line in the headline and it makes the blog look funny.

    Here’s where you can see what I mean: my blog

    I have not been able to figure out how to correct this (but I admittedly am not a technical expert). Has anyone else had this problem with templates and if so have you found a way to correct it?

    Thanks,

    Tom

Viewing 1 replies (of 1 total)
  • Cathy Mitchell

    (@multitalentedmommy)

    Find the h2 styling in the stylesheet:

    #content h2 {
    font-size:2em;
    margin:30px 0 5px;
    text-transform:uppercase;
    }

    And add this:
    line-height:1.3em;

    that should do it. ??

Viewing 1 replies (of 1 total)
  • The topic ‘Headline Text Problem’ is closed to new replies.