Title: white space
Last modified: August 31, 2016

---

# white space

 *  Resolved [johnny mosaic](https://wordpress.org/support/users/johnny-mosaic/)
 * (@johnny-mosaic)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/white-space-29/)
 * i need to remove white space below image areas on pages. i want my social links
   to appear higher and that white space is too much.
 * how can i eliminate it, i have simple css installed and can add the code.
 * also, want to get rid of portfolio page area too. please advise code. thanks.
 * [http://www.markdivincenzo.com](http://www.markdivincenzo.com)

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

 *  Moderator [Kathryn Presner](https://wordpress.org/support/users/zoonini/)
 * (@zoonini)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/white-space-29/#post-7211167)
 * Try hiding the entry footer on pages to gain that space:
 *     ```
       .page .entry-footer {
         display: none;
       }
       ```
   
 * Don’t edit the theme files directly, otherwise your changes will be overwritten
   every time the theme is updated to the latest version.
 * Since you’re already using Jetpack, an easy way to add custom CSS is to activate
   the [Custom CSS](http://jetpack.me/support/custom-css/) module. You’ll then add
   your custom CSS in the new stylesheet editor that’ll appear in your dashboard,
   under Appearance > Edit CSS.
 * > also, want to get rid of portfolio page area too.
 * I don’t see the portfolio template on your front page – could you provide a link
   to another page if you have it active there?
 *  Thread Starter [johnny mosaic](https://wordpress.org/support/users/johnny-mosaic/)
 * (@johnny-mosaic)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/white-space-29/#post-7211213)
 * Thanks!
 *  Moderator [Kathryn Presner](https://wordpress.org/support/users/zoonini/)
 * (@zoonini)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/white-space-29/#post-7211222)
 * My pleasure!

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

The topic ‘white space’ is closed to new replies.

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

 * 3 replies
 * 2 participants
 * Last reply from: [Kathryn Presner](https://wordpress.org/support/users/zoonini/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/white-space-29/#post-7211222)
 * Status: resolved