I am using the Mystique theme. the line height for h1, h2, etc causes the lines to overlap on each other. Where is this in the css? see http://www.joshhunt.com/2012/01/harbor-lights-baptist-church/
I am using the Mystique theme. the line height for h1, h2, etc causes the lines to overlap on each other. Where is this in the css? see http://www.joshhunt.com/2012/01/harbor-lights-baptist-church/
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
This topic has been closed to new replies.