[THEME: ESPIED] Remove space between postings
-
my site is here http://jeremypresner.wordpress.com/
Any way to remove the space between the posts?
The blog I need help with is: (visible only to logged in users)
-
Hi there, I looked at the 2014 archive page for your site (http://jeremypresner.wordpress.com/2014/) and there is 72px of padding and 72px of margin at the top of each post. Margin is above the line and padding is between the line and the content. Add the following CSS and adjust as desired.
.hentry + .hentry, .page-header + .hentry { margin-top: 72px; padding-top: 72px; } -
That looks good thank you– is there any way to eliminate the space AFTER the post as well?
-
Hi there —
In a similar way, you can adjust the spacing after content by using these CSS rules:
.hentry { margin-bottom: 0px; } .entry-content { margin-bottom: 0px; }And of course you can adjust as you need to. It looks like you already know this, but here are full details on how to use the CSS customizer that comes with the custom design upgrade:
http://en.support.wordpress.com/custom-design/editing-css/
Thanks!
- The topic ‘[THEME: ESPIED] Remove space between postings’ is closed to new replies.