Reduce space in blog post

  • Unknown's avatar

    there is a large white space between blog post
    How do i reduce these space?

    The blog I need help with is: (visible only to logged in users)

  • Hi there,

    I’m not sure which page you are referring to, so I’m going to assume we’re talking about the home page.

    Right now, this is what you have in your existing CSS:

    .hentry {
        margin-bottom: 3.4em;
        padding-bottom: 3.4em;
    }

    Go to Customize > CSS and paste in the following custom CSS:

    .hentry {
        margin-bottom: 2em;
        padding-bottom: 0;
    }

    You can adjust the values as desired.

  • The topic ‘Reduce space in blog post’ is closed to new replies.