Large space at bottom of posts

What’s up with this unnecessary space at the bottom of every post? How can I keep it compact/slim down that space?

1 Like

I wouldn’t say it’s unnecessary because it adds appropriate white space between posts, but you can modify it by adding this to your custom CSS:

.post-menu-area {margin: 0px;}

Admin > Customize > Themes > Custom CSS

4 Likes

Worked, thanks mate.

1 Like