Title: decrease space around post title
Last modified: March 20, 2023

---

# decrease space around post title

 *  Resolved [lauriepk](https://wordpress.org/support/users/lauriepk/)
 * (@lauriepk)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/decrease-space-around-post-title/)
 * Hi, can you please tell me the css code that will reduce the whitespace above
   the post title on a single post? I’d also like less space before the beginning
   of the post text itself.
 * Thank you!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fdecrease-space-around-post-title%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Ian Sackofwits](https://wordpress.org/support/users/plantprogrammer/)
 * (@plantprogrammer)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/decrease-space-around-post-title/#post-16589988)
 * Hey, lauriepk, I’m another Neve user.
 * This CSS can be a good starting point for you to start playing around with:
 * `.nv-single-post-wrap>div:not(:last-child) {
   margin: 0;}
 *  Thread Starter [lauriepk](https://wordpress.org/support/users/lauriepk/)
 * (@lauriepk)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/decrease-space-around-post-title/#post-16592356)
 * Thanks, Ian! It didn’t work as it is – though I understand you said “start playing
   around with.” The problem is that I have no idea where to start playing.
 * I do have code that removes the top margin. If you see something there that might
   help the space around the post title, please let me know.
 * /* Remove margin top */
   .nv-single-post-wrap .entry-header:first-child, .nv-single-
   post-wrap .nv-content-wrap:first-child, .nv-single-post-wrap .nv-post-navigation:
   first-child, .nv-single-post-wrap .nv-tags-list:first-child, .nv-single-post-
   wrap .nv-thumb-wrap:first-child {margin-top:0;}
 * Thanks again – I appreciate your response very much!
 *  [luciamarinescu](https://wordpress.org/support/users/luciamarinescu/)
 * (@luciamarinescu)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/decrease-space-around-post-title/#post-16596275)
 * Hi [@lauriepk](https://wordpress.org/support/users/lauriepk/)!
 * The code below will reduce the space below the post title.
 * `.single-post .entry-header {
   margin-bottom: 0px !important;}
 * Have a nice day!

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

The topic ‘decrease space around post title’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/neve/4.2.4/screenshot.png)
 * Neve
 * [Support Threads](https://wordpress.org/support/theme/neve/)
 * [Active Topics](https://wordpress.org/support/theme/neve/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/neve/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/neve/reviews/)

## Tags

 * [post title](https://wordpress.org/support/topic-tag/post-title/)

 * 3 replies
 * 3 participants
 * Last reply from: [luciamarinescu](https://wordpress.org/support/users/luciamarinescu/)
 * Last activity: [3 years, 2 months ago](https://wordpress.org/support/topic/decrease-space-around-post-title/#post-16596275)
 * Status: resolved