Title: Decrease space.
Last modified: May 18, 2025

---

# Decrease space.

 *  Resolved [seven640](https://wordpress.org/support/users/seven640/)
 * (@seven640)
 * [10 months, 3 weeks ago](https://wordpress.org/support/topic/decrease-space-2/)
 * Hi
   Can anyone advise me how to decrease the space between the bottom of the navbar
   and the post title please. I’d like it to be the same as the space between the
   site title and the top of the navbar.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fdecrease-space-2%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Moderator [threadi](https://wordpress.org/support/users/threadi/)
 * (@threadi)
 * [10 months, 3 weeks ago](https://wordpress.org/support/topic/decrease-space-2/#post-18471273)
 * The distance is generated there from various components. Firstly, the header 
   has an internal spacing at the bottom. You can set this to 0:
 *     ```wp-block-code
       body .site-header { padding-bottom: 0 }
       ```
   
 * Secondly, the page content has an outer spacing at the top. You can set this 
   to 0:
 *     ```wp-block-code
       body .site-content { margin-top: 0 }
       ```
   
 * At the moment, it looks to me as if the spacing is already what you want. However,
   you could influence them further in the ways mentioned above. You would have 
   to enter the CSS code in the backend under Appearance > Customizer > Additional
   CSS. You can adjust the values to your wishes.
 *  Thread Starter [seven640](https://wordpress.org/support/users/seven640/)
 * (@seven640)
 * [10 months, 3 weeks ago](https://wordpress.org/support/topic/decrease-space-2/#post-18471619)
 * Thanks once again, threadi. Your coding always does the job. 🙂

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

The topic ‘Decrease space.’ is closed to new replies.

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

 * 3 replies
 * 2 participants
 * Last reply from: [seven640](https://wordpress.org/support/users/seven640/)
 * Last activity: [10 months, 3 weeks ago](https://wordpress.org/support/topic/decrease-space-2/#post-18471619)
 * Status: resolved