Hello,
How do I go about reducing the white space that currently appears between blog entries on my blog page?
Thanks.
Hi dreye01!
Thank you for using our theme.
Can you please post us a link to your page so we can provide you with the correct CSS code.
Best regards,
Günter
I have my blog page set as my home page. Here is the link: http://www.wpadviser.com
Thanks.
Hi!
Thank you for the link.
You can adjust the padding of the post-delimiter with this on Quick CSS or custom.css:
.template-blog .post_delimiter {
margin: 0 0 10px 0;
padding: 10px 0 0 0;
}
Best regards,
Ismael
Hello,
Thank you for the css code. It does what I want it to do. However, when I make the change, notice how part of the social media icons are cut off at the bottom of the blog entry (under “Share this …”).
Hopefully there is an easy fix to this.
Thanks!