Spacing between posts
-
Hi, I’m trying to add spacing between posts. I tried
.post-content p {
line-height:1.4;
padding-bottom:7em;
}but that added spacing between paragraphs in a single post, as well as between posts.
Any suggestions? Tarski w/CSS upgrade.
Many thanks.
The blog I need help with is: (visible only to logged in users)
-
Change the bottom margin here in .entry.
.entry { margin: 0 0 3em; }Also, for posts where you have a left aligned image with text wrapping, but the text does not go past the bottom of the image, you can get that to space properly by opening that post in the editor, switching to the HTML tab, and then putting this at the bottom of all the text.
<br / style="clear: both;">Note the space on either side of the / .
-
-
- The topic ‘Spacing between posts’ is closed to new replies.