Theme4Press › Forums › evolve › Changing the leading (line-height) › Re: Changing the leading (line-height)
#10038
|
Thanks!!
In my case, I just wanted to change the body content of the blog entries, so I worked it out to be:
.entry-content p {
line-height: 2em;
}
Thank you!