Title: Decrease the gap between the title and the post contents
Last modified: September 30, 2018

---

# Decrease the gap between the title and the post contents

 *  Resolved [DJAd](https://wordpress.org/support/users/djad/)
 * (@djad)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/decrease-the-gap-between-the-title-and-the-post-contents/)
 * Sorry if this has been covered before. I had a search and didn’t find the answer.
 * How do I go about changing the gap between the title of the post and the post
   contents? At the moment there is quite a large gap and it would be nice to make
   it a bit smaller.
 * Here is a screenshot example: [https://i.imgur.com/C2VP2z9.png](https://i.imgur.com/C2VP2z9.png)
 * The red arrow shows the area I would like to make smaller.
 * Any help would be much appreciated!

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

 *  Theme Author [Toshihiro Kanai](https://wordpress.org/support/users/mirucon/)
 * (@mirucon)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/decrease-the-gap-between-the-title-and-the-post-contents/#post-10800498)
 * Try this:
 *     ```
       body .title-box-inner {
          padding-top: 40px /* Customize this value, 40 is default */;
          padding-bottom: 40px /* Customize this value, 40 is default */;
       }
       ```
   
 * If you want to customize the padding for mobile as well, use this too:
 *     ```
       @media screen and (max-width: 640px) {
          .title-box-inner {
              padding-left: 10px;
              padding-right: 10px;
          }
       }
       ```
   
    -  This reply was modified 7 years, 7 months ago by [Toshihiro Kanai](https://wordpress.org/support/users/mirucon/).
 *  [csjamo83](https://wordpress.org/support/users/csjamo83/)
 * (@csjamo83)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/decrease-the-gap-between-the-title-and-the-post-contents/#post-11142002)
 * Thank you for this answer, very helpful!

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

The topic ‘Decrease the gap between the title and the post contents’ is closed to
new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/coldbox/1.9.5/screenshot.jpg)
 * Coldbox
 * [Support Threads](https://wordpress.org/support/theme/coldbox/)
 * [Active Topics](https://wordpress.org/support/theme/coldbox/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/coldbox/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/coldbox/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [csjamo83](https://wordpress.org/support/users/csjamo83/)
 * Last activity: [7 years, 4 months ago](https://wordpress.org/support/topic/decrease-the-gap-between-the-title-and-the-post-contents/#post-11142002)
 * Status: resolved