Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #306587

    Hello,

    How do I go about reducing the white space that currently appears between blog entries on my blog page?

    Thanks.

    #306697

    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

    #307022

    I have my blog page set as my home page. Here is the link: http://www.wpadviser.com

    Thanks.

    #307129

    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

    #307604

    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!

    #307734

    Hey!

    Alright. Please add this at the bottom of the last code we suggested.

    .single .template-blog .post-entry-last .post_delimiter {
    margin: 0 0 50px 0;
    padding: 50px 0 0 0;
    }

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.