Title: Remove space below page title?
Last modified: August 22, 2016

---

# Remove space below page title?

 *  Resolved [Nv Ltd](https://wordpress.org/support/users/jacktrama/)
 * (@jacktrama)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/remove-space-below-page-title/)
 * Hello thank you in advance for your help! I have a large space below page title
   and the first paragraph. I’d like to raise the content so it has less of a space
   and I am not sure of the code I need in which to do this. Your help would be 
   appreciated!

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

 *  [BakerPress](https://wordpress.org/support/users/bakerpress/)
 * (@bakerpress)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/remove-space-below-page-title/#post-5440770)
 * I see there has been no reply to this as yet, so – BUMP!
 * I’d like to know the answer to this also.
 *  [innuvo](https://wordpress.org/support/users/innuvo/)
 * (@innuvo)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/remove-space-below-page-title/#post-5440775)
 * Could you post a link to your site and I will be able to post the code for you
   to solve this quickly.
 * Thanks
 *  [WSH90](https://wordpress.org/support/users/wsh90/)
 * (@wsh90)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/remove-space-below-page-title/#post-5440779)
 * Hi, at WordPress admin dashboard, go to Appearance > Theme Options > Custom CSS
   and insert the code below
 *     ```
       `#page .container header.entry-header h1.entry-title{padding:0px/*top*/ 0px/*right*/ 0px/*bottom*/ 0px/*right*/}
   
       .entry-content,.entry-summary {margin:0px/*top*/ 0px/*right*/ 0px/*bottom*/ 0px/*right*/}`
       ```
   
 * The first one remove space below page title, while the other remove space above
   page paragraph. You may change value accordingly.
 * Please let me know whether it works.

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

The topic ‘Remove space below page title?’ is closed to new replies.

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

 * 3 replies
 * 4 participants
 * Last reply from: [WSH90](https://wordpress.org/support/users/wsh90/)
 * Last activity: [11 years, 7 months ago](https://wordpress.org/support/topic/remove-space-below-page-title/#post-5440779)
 * Status: resolved