Title: Decrease padding around page title
Last modified: September 1, 2016

---

# Decrease padding around page title

 *  [DHCooks](https://wordpress.org/support/users/dhcooks/)
 * (@dhcooks)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/decrease-padding-around-page-title/)
 * How can I decrease the padding around the page title or even remove it all together
   if needed?
 * Example: [http://www.plant-basedrevolution.com/support/](http://www.plant-basedrevolution.com/support/)
 * See all the white space around the word “Support”?

Viewing 1 replies (of 1 total)

 *  [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * (@kharisblank)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/decrease-padding-around-page-title/#post-7646239)
 * Hello there,
 * Thank you for reaching out to us here.
 * The row where the hero image sits on contains 100px padding top and bottom. It
   makes the “Support” block having huge gap to the bottom. To decrease it, could
   you please try to apply the following CSS code through the [Simple Custom CSS](https://wordpress.org/plugins/simple-custom-css/)
   plugin or child theme’s style.css?
 *     ```
       #pg-74-0 > .panel-row-style{
         padding-top: 0 !important;
       }
       ```
   
 * Regards,
    Kharis

Viewing 1 replies (of 1 total)

The topic ‘Decrease padding around page title’ is closed to new replies.

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

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * Last activity: [9 years, 9 months ago](https://wordpress.org/support/topic/decrease-padding-around-page-title/#post-7646239)
 * Status: not resolved