Is it possible to change the amount of space between posts?

  • Unknown's avatar

    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: (visible only to logged in users)

  • Unknown's avatar

    Can anyone give me advice on solving this?

  • Unknown's avatar

    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.

  • The topic ‘Is it possible to change the amount of space between posts?’ is closed to new replies.