# How to remove 1px line and space behind post title?

**URL:** https://colorlibsupport.com/t/how-to-remove-1px-line-and-space-behind-post-title/10682
**Category:** Pinbin
**Created:** [June 11, 2016, 8:10am UTC](https://colorlibsupport.com/t/how-to-remove-1px-line-and-space-behind-post-title/10682 "2016-06-11T08:10:41Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![tomtom](https://colorlibsupport.com/letter_avatar_proxy/v4/letter/t/a9a28c/32.png) [@tomtom](https://colorlibsupport.com/u/tomtom)
#### Post date: [June 11, 2016, 8:10am UTC](https://colorlibsupport.com/t/how-to-remove-1px-line-and-space-behind-post-title/10682/1 "2016-06-11T08:10:41Z")

</div>

Hello, I have hidden titles thanks to your code but now there is ugly space. Could be possible to do exactly the same as on picture?

Thank you very much for your theme and help 🙂

---

<div class="post-metadata">

### Author: ![movin](https://colorlibsupport.com/user_avatar/colorlibsupport.com/movin/32/10922_2.png) [@movin](https://colorlibsupport.com/u/movin)
#### Post date: [June 13, 2016, 3:54pm UTC](https://colorlibsupport.com/t/how-to-remove-1px-line-and-space-behind-post-title/10682/2 "2016-06-13T15:54:41Z")

</div>

Hi @tomtom,

I hope you are well today and thank you for your question.

You can try removing that right white space by using the below CSS code with this plugin [Simple Custom CSS – WordPress plugin | WordPress.org](https://wordpress.org/plugins/simple-custom-css/)

```auto
#post-area .post {
    border: 0;
}

```

To remove bottom white space could you please share me your site URL where it’s dispalying so that i can help you?

Best Regards,  
Movin

---

<div class="post-metadata">

### Author: ![tomtom](https://colorlibsupport.com/letter_avatar_proxy/v4/letter/t/a9a28c/32.png) [@tomtom](https://colorlibsupport.com/u/tomtom)
#### Post date: [June 14, 2016, 4:43pm UTC](https://colorlibsupport.com/t/how-to-remove-1px-line-and-space-behind-post-title/10682/3 "2016-06-14T16:43:01Z")

</div>

sure, could you give me some mail or possibillity of private communication? This is an adult site and we are on public site.

Thanks a lot!

---

<div class="post-metadata">

### Author: ![movin](https://colorlibsupport.com/user_avatar/colorlibsupport.com/movin/32/10922_2.png) [@movin](https://colorlibsupport.com/u/movin)
#### Post date: [June 15, 2016, 7:19am UTC](https://colorlibsupport.com/t/how-to-remove-1px-line-and-space-behind-post-title/10682/4 "2016-06-15T07:19:33Z")

</div>

You can just share me it privately by checking the option “Set as private reply” when replying here.

---

<div class="post-metadata">

### Author: ![tomtom](https://colorlibsupport.com/letter_avatar_proxy/v4/letter/t/a9a28c/32.png) [@tomtom](https://colorlibsupport.com/u/tomtom)
#### Post date: [June 23, 2016, 8:42pm UTC](https://colorlibsupport.com/t/how-to-remove-1px-line-and-space-behind-post-title/10682/5 "2016-06-23T20:42:17Z")

</div>

Did not notice the possibility of private reply… Sorry and thanks for your help and understanding.

Site URL is [www.horniac.com](http://www.horniac.com)

---

<div class="post-metadata">

### Author: ![movin](https://colorlibsupport.com/user_avatar/colorlibsupport.com/movin/32/10922_2.png) [@movin](https://colorlibsupport.com/u/movin)
#### Post date: [June 24, 2016, 7:39am UTC](https://colorlibsupport.com/t/how-to-remove-1px-line-and-space-behind-post-title/10682/6 "2016-06-24T07:39:42Z")

</div>

Thank you for sharing your site URL.

Try using the below CSS code to remove that white space.

```auto

#wrap #post-area .post {
    background: transparent !important;
    box-shadow: none;
}
#post-area .masonry-brick .pinbin-copy {
    position: absolute;
    bottom: 6px;
    right: 0;
}

```

---

<div class="post-metadata">

### Author: ![tomtom](https://colorlibsupport.com/letter_avatar_proxy/v4/letter/t/a9a28c/32.png) [@tomtom](https://colorlibsupport.com/u/tomtom)
#### Post date: [June 26, 2016, 8:11pm UTC](https://colorlibsupport.com/t/how-to-remove-1px-line-and-space-behind-post-title/10682/7 "2016-06-26T20:11:36Z")

</div>

thank you very much for your help Movin

---

<div class="post-metadata">

### Author: ![movin](https://colorlibsupport.com/user_avatar/colorlibsupport.com/movin/32/10922_2.png) [@movin](https://colorlibsupport.com/u/movin)
#### Post date: [June 27, 2016, 5:47am UTC](https://colorlibsupport.com/t/how-to-remove-1px-line-and-space-behind-post-title/10682/8 "2016-06-27T05:47:07Z")

</div>

You are most welcome here 🙂
