How do i change the spacing between the paragraphs in a post. I'd like to tighten it up a bit on my blog.
Cutline Theme Support Forums » Cutline Theme Support Forums
Spacing between paragraphs
(3 posts)-
Posted 4 years ago #
-
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 # -
Thanks a lot. That worked.
Posted 4 years ago #
Reply
You must log in to post.
not resolved