How do i change my line height

how do i change my line height?

I want the text on my blog to be line height 29, it is currently 31

Hi Shamalee,

Thank you for writing in, please add this to Theme Options > CSS

body {
	line-height: 29px;
}

More details about line-height property here

Hope it helps,
Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.