Cutline Theme Support Forums » Cutline Theme Support Forums

Spacing between paragraphs

(3 posts)
  • Started 4 years ago by beisbolct
  • Latest reply from beisbolct
  • This topic is not resolved

  1. How do i change the spacing between the paragraphs in a post. I'd like to tighten it up a bit on my blog.

    Posted 4 years ago #
  2. with the style sheet. It's very well organized, and there's a whole "content" section with all the post related styles.

    In there you will find this:

    .entry p { margin: 0 0 1.5em 0; }

    This says anything wrapped in p tags within the div labeled with the entry class (hence the posts) will inherit this properties. The numbers go clockwise from top margin, to right, etc. So as you can see there is a 1.5em margin on the bottom of every paragraph. Try shrinking it down to 1em or 0.5em and see if that does it...

    Posted 4 years ago #
  3. Thanks a lot. That worked.

    Posted 4 years ago #

RSS feed for this topic

Reply

You must log in to post.