Viewing 1 replies (of 1 total)
  • Hi joshhuntnm,
    It is not specified in the CSS and that is the reason why it is happening. Just find the heading tag in your styles.css file and
    add the line-height css property. So for example to fix the line-height on your h2 tags:

    h2{
    line-height:30px;
    }

    Hope that helps
    Sunny

Viewing 1 replies (of 1 total)
  • The topic ‘h2 line height css Mystique’ is closed to new replies.