managing blank space

  • Unknown's avatar

    Hello,

    I’m using the theme truly minimal on my blog and I’d like to reduce the blank space between the blog posts. Is it possible to do it through css? What is the code necessary?

    Thank you in advance for your help

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

  • Unknown's avatar

    Here is an example that will remove the bottom margin from posts in the Truly Minimal theme, try adding it to your Appearance > Customize > CSS editor:

    .hentry {
    	margin-bottom: 0;
    }

    Note that there is still a little padding left, this example just gets rid of some of the space that was set in a margin.

  • The topic ‘managing blank space’ is closed to new replies.