• When I write new posts, my text looks to close together. How do I increase the size of the gap between the lines of text?

Viewing 4 replies - 1 through 4 (of 4 total)
  • In the style sheet look for,

    #content {
    	line-height: 17px;
            }

    Adjust accordingly.

    Thread Starter funk13com

    (@funk13com)

    Thank you LenK. You’re a life saver. 🙂

    I need to also increase the line space (leading) and this should be easy enough to fix, but for some reason it’s not working for me. I adjusted the line above as instructed to wp-content > themes > default > style.css but it’s not making a difference. Am I making the changes to the wrong style sheet?!? *~*

    NOTE: Fixed the problem.

    I changed the line-height here and it worked:

    .narrowcolumn .entry, .widecolumn .entry {
    	line-height: 1.4em;
    	}

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Ading more space between lines of text in my post.’ is closed to new replies.