I would like less space between the post excerpts on our News & Events page. We have bought the custom upgrade but I need instructions...
Thanks if you can help!
The blog I need help with is test2bcasa.wordpress.com.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
I would like less space between the post excerpts on our News & Events page. We have bought the custom upgrade but I need instructions...
Thanks if you can help!
The blog I need help with is test2bcasa.wordpress.com.
Can anyone give me advice on solving this?
To adjust the spacing between the posts on the posts page in the Ari theme, add this to your Appearance → Custom Design → CSS editor:
.hentry {
margin-bottom: 2em;
}
To adjust the spacing between the post itself and the post meta data such as the date, add this:
footer.entry-meta {
margin-top: 1em;
}
Adjust the 2em and 1em numbers until it looks good to you.
This topic has been closed to new replies.