Title: decrease blank space
Last modified: August 21, 2016

---

# decrease blank space

 *  Resolved [trempphotos](https://wordpress.org/support/users/trempphotos/)
 * (@trempphotos)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/decrease-blank-space/)
 * I am running into a lot of dead space on my pages and I’m not sure how to reduce
   it. Specifically between the menu and the content. See the About Me page, this
   is one of the worst. I am familiar enough with css to be able to edit it, but
   this has me stumped.
 * Any suggestions are appreciated!
    [http://www.aseatrempphotography.com](http://www.aseatrempphotography.com)

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

 *  Thread Starter [trempphotos](https://wordpress.org/support/users/trempphotos/)
 * (@trempphotos)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/decrease-blank-space/#post-3729587)
 * I would also like to know how to tell the code not to display the page title 
   on every page. Is that possible?
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 1 month ago](https://wordpress.org/support/topic/decrease-blank-space/#post-3729590)
 * Try this plugin to disable titles
    [http://wordpress.org/extend/plugins/disable-title/](http://wordpress.org/extend/plugins/disable-title/)
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 1 month ago](https://wordpress.org/support/topic/decrease-blank-space/#post-3729591)
 * Do you have a section in the dashboard named, “Custom CSS” or “Edit CSS”?
 *  Thread Starter [trempphotos](https://wordpress.org/support/users/trempphotos/)
 * (@trempphotos)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/decrease-blank-space/#post-3729594)
 * Yes
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 1 month ago](https://wordpress.org/support/topic/decrease-blank-space/#post-3729597)
 * In that section, enter this:
 *     ```
       .page .hentry:first-child {
        padding-top: 0;
       }
       ```
   
 *  Thread Starter [trempphotos](https://wordpress.org/support/users/trempphotos/)
 * (@trempphotos)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/decrease-blank-space/#post-3729602)
 * Thank you that worked! Is there a way to move the menu up as well?
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 1 month ago](https://wordpress.org/support/topic/decrease-blank-space/#post-3729604)
 * Yep, amend that code to this:
 *     ```
       #masthead,
       .page .hentry:first-child {
        padding-top: 0;
       }
       ```
   
 *  Thread Starter [trempphotos](https://wordpress.org/support/users/trempphotos/)
 * (@trempphotos)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/decrease-blank-space/#post-3729606)
 * Thank you very much, this looks 100% times better!

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

The topic ‘decrease blank space’ is closed to new replies.

## Tags

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

 * 8 replies
 * 2 participants
 * Last reply from: [trempphotos](https://wordpress.org/support/users/trempphotos/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/decrease-blank-space/#post-3729606)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
