# Large space at bottom of posts

**URL:** https://meta.discourse.org/t/large-space-at-bottom-of-posts/111999
**Category:** UX
**Created:** [3월 19, 2019, 5:18오전 UTC](https://meta.discourse.org/t/large-space-at-bottom-of-posts/111999 "2019-03-19T05:18:42Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![nexo](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/nexo/32/106384_2.png) [@nexo](https://meta.discourse.org/u/nexo)
#### Post date: [3월 19, 2019, 5:18오전 UTC](https://meta.discourse.org/t/large-space-at-bottom-of-posts/111999/1 "2019-03-19T05:18:43Z")

</div>

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

 ![image](https://global.discourse-cdn.com/meta/original/3X/f/7/f7285b1fb247d712fef078da8ec75b4a9366eb54.png)

---

<div class="post-metadata">

### Author: ![omarfilip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/omarfilip/32/208019_2.png) [@omarfilip](https://meta.discourse.org/u/omarfilip)
#### Post date: [3월 19, 2019, 5:36오전 UTC](https://meta.discourse.org/t/large-space-at-bottom-of-posts/111999/2 "2019-03-19T05:36:24Z")

</div>

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

---

<div class="post-metadata">

### Author: ![nexo](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/nexo/32/106384_2.png) [@nexo](https://meta.discourse.org/u/nexo)
#### Post date: [3월 19, 2019, 5:44오전 UTC](https://meta.discourse.org/t/large-space-at-bottom-of-posts/111999/3 "2019-03-19T05:44:07Z")

</div>

Worked, thanks mate.
