Title: White space issue
Last modified: August 31, 2016

---

# White space issue

 *  [wittyr5bg](https://wordpress.org/support/users/wittyr5bg/)
 * (@wittyr5bg)
 * [10 years ago](https://wordpress.org/support/topic/white-space-issue-1/)
 * Hello all,
 * If you have a look at the below link, you will see that after the post where 
   content ends and before the comment form – there is just too much white space.
   How do I reduce that?
 * Also, how can I remove the Older/Newer Posts links?
 * Here is the link for better understanding:
    [http://wittyreads.com/john-malkovich-movie-no-one-will-see-for-100-years-to-be-showcased-at-cannes/](http://wittyreads.com/john-malkovich-movie-no-one-will-see-for-100-years-to-be-showcased-at-cannes/)
 * Thank you for your time..

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

 *  [Denzel Chia](https://wordpress.org/support/users/denzel_chia/)
 * (@denzel_chia)
 * [10 years ago](https://wordpress.org/support/topic/white-space-issue-1/#post-7416549)
 * Hi,
 * Use the following in your Theme Options -> Custom CSS
 *     ```
       .comment-respond {
           position: relative;
           top: -60px;
       }
       ```
   
 * I don’t see your Older/Newer Posts links, are you referring to next article link?
 * Thank you.
 *  Thread Starter [wittyr5bg](https://wordpress.org/support/users/wittyr5bg/)
 * (@wittyr5bg)
 * [10 years ago](https://wordpress.org/support/topic/white-space-issue-1/#post-7416579)
 * Thanks a lot Denzel.. That worked.. And yes, I meant next article link.. Sorry
   for the confusion..
 *  Thread Starter [wittyr5bg](https://wordpress.org/support/users/wittyr5bg/)
 * (@wittyr5bg)
 * [10 years ago](https://wordpress.org/support/topic/white-space-issue-1/#post-7416587)
 * Hey Denzel,
 * Can you also look at my homepage? There are 2 posts.. Both are not aligned.. 
   That looks weird.. Is there any way we can fix it..
 * Thanks again…
 *  [Denzel Chia](https://wordpress.org/support/users/denzel_chia/)
 * (@denzel_chia)
 * [10 years ago](https://wordpress.org/support/topic/white-space-issue-1/#post-7416728)
 * Hi
 * Use the following to hide your next article link.
 *     ```
       .single .single-page-navigation {
           display: none !important;
       }
       ```
   
 *  [Denzel Chia](https://wordpress.org/support/users/denzel_chia/)
 * (@denzel_chia)
 * [10 years ago](https://wordpress.org/support/topic/white-space-issue-1/#post-7416729)
 * Hi,
 * For your homepage.
 * Add minimum height for your entry title so that it pushes down the image to the“
   same level”.
 *     ```
       .home .entry-title {
           min-height: 130px !important;
       }
       ```
   
 *  Thread Starter [wittyr5bg](https://wordpress.org/support/users/wittyr5bg/)
 * (@wittyr5bg)
 * [10 years ago](https://wordpress.org/support/topic/white-space-issue-1/#post-7416774)
 * Wow.. Thanks Denzel.. That helped.. You are the only one helping me here.. 🙂
 *  [Denzel Chia](https://wordpress.org/support/users/denzel_chia/)
 * (@denzel_chia)
 * [10 years ago](https://wordpress.org/support/topic/white-space-issue-1/#post-7416781)
 * You are welcome! 🙂 But I am still an ordinary member. 🙂
 *  Thread Starter [wittyr5bg](https://wordpress.org/support/users/wittyr5bg/)
 * (@wittyr5bg)
 * [10 years ago](https://wordpress.org/support/topic/white-space-issue-1/#post-7416835)
 * Ordinary member?? I don’t agree.. 🙂
 *  [Denzel Chia](https://wordpress.org/support/users/denzel_chia/)
 * (@denzel_chia)
 * [10 years ago](https://wordpress.org/support/topic/white-space-issue-1/#post-7416839)
 * 🙂 Thank you for your compliments.

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

The topic ‘White space issue’ is closed to new replies.

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

 * 9 replies
 * 2 participants
 * Last reply from: [Denzel Chia](https://wordpress.org/support/users/denzel_chia/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/white-space-issue-1/#post-7416839)
 * Status: not resolved