rattigan 0 Report post Posted May 7, 2011 I'm using the free PageLines Platform theme. I'd like to change the spacing between lines in blog posts. Is there a way I can do that by inserting code into the CSS? Thanks. Share this post Link to post Share on other sites
kastelic 6 Report post Posted May 7, 2011 That would be the line-height property: http://www.w3schools.com/css/pr_dim_line-height.asp Share this post Link to post Share on other sites
rattigan 0 Report post Posted May 7, 2011 Thanks for that link. I've inserted it under the size code (which works fine), and it doesn't seem to be working, however. Any ideas? Share this post Link to post Share on other sites
kastelic 6 Report post Posted May 7, 2011 How about a link to your site? You may be targeting the wrong element or not being specific enough in your rule. Share this post Link to post Share on other sites
rattigan 0 Report post Posted May 7, 2011 Site. Thanks for your help! (BTW, if you have some way of seeing my CSS, you'll notice the numbers are random for the line-height. I was just experimenting. I tried it with both % and px.) Share this post Link to post Share on other sites
kastelic 6 Report post Posted May 7, 2011 Here's the rule you want to target: .fpost .post-excerpt, .fpost .entry_content { line-height: 1.5em } Share this post Link to post Share on other sites
rattigan 0 Report post Posted May 7, 2011 Thanks, Jimmy. You're awesome. Share this post Link to post Share on other sites