Title: Decrease Space Between Title and Post
Last modified: June 24, 2017

---

# Decrease Space Between Title and Post

 *  [miodragk](https://wordpress.org/support/users/miodragk/)
 * (@miodragk)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/decrease-space-between-title-and-post/)
 * I want to decrease the space between the title of my post and the pagination 
   buttons.
 * [http://miosuperfashion.com/33-awesome-summer-dresses-for-2017](http://miosuperfashion.com/33-awesome-summer-dresses-for-2017)
 * I am talking about the space between the title and the next/previous button. 
   What kind of change do I have to do?

Viewing 1 replies (of 1 total)

 *  [TUT Support](https://wordpress.org/support/users/phpexpert21/)
 * (@phpexpert21)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/decrease-space-between-title-and-post/#post-9257893)
 * Hello miodragk,
 * To make the change you want you can achieve this using custom css. Please add
   the following custom css to your site via either a child theme or directly from
   the theme options panel under General Settings -> Custom CSS:
 *     ```
       h1.entry-title {
       margin-bottom: -50px !important;
       }
       ```
   
 * I hope the above was helpful.
 * Kind regards,
 * Manoj

Viewing 1 replies (of 1 total)

The topic ‘Decrease Space Between Title and Post’ is closed to new replies.

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

## Tags

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

 * 1 reply
 * 1 participant
 * Last reply from: [miodragk](https://wordpress.org/support/users/miodragk/)
 * Last activity: [8 years, 11 months ago](https://wordpress.org/support/topic/decrease-space-between-title-and-post/)
 * Status: not resolved