• Resolved donp287

    (@donp287)


    Is there any way in which the blank space between posts can be reduced or removed. Code to do this would be much appreciated

Viewing 2 replies - 1 through 2 (of 2 total)
  • If you’re asking about the site on your profile and reducing the spacing between the posts on the homepage you can use this in Appearance->Customize->Additional CSS

    .site-content .site-main article {
    	padding-bottom: 2em;
    }

    You can adjust the 2em value accordingly to your liking.

    Thread Starter donp287

    (@donp287)

    Thank you Jarret, that worked perfectly

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Reduce space between posts’ is closed to new replies.