Skip to main content

Request to Reduce Spacing Between Posts

I am looking to reduce the spacing between two posts, but I am unable to find an option to adjust this setting. Kindly review the screenshot below and advise on how the spacing between the posts can be reduced.

Shahjahan Jewel

You can add custom CSS.

Jesse Benjamin

JESUDASΒ haven't tested this extensively but should generally get it done (reduce the 10px value lower if you want a smaller space):

div.feed[layout_style="timeline"] {
margin-bottom: 10px;
}