Title: Bring &quot;Recent Posts&quot; up a bit?
Last modified: August 22, 2016

---

# Bring "Recent Posts" up a bit?

 *  Resolved [trappleton](https://wordpress.org/support/users/trappleton/)
 * (@trappleton)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/bring-recent-posts-up-a-bit/)
 * Hello,
 * I’m loving the theme so far — it’s exactly what I’m looking for. However, I’m
   afraid that it’s not obvious to the casual reader that “Recent Posts” awaits 
   if they scroll down past the full-screen image. Is there a way to make the full-
   screen image take up less of the window height — anywhere from, say, 60% to 95%?
   I’m pretty comfortable with CSS, but couldn’t find out where to make those changes.
 * Thank you!

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

 *  [divjotsingh_440](https://wordpress.org/support/users/divjotsingh_440/)
 * (@divjotsingh_440)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/bring-recent-posts-up-a-bit/#post-5834979)
 * Hello,
    Currently, for css changes, you need to install a custom css plugin. 
   An integrated custom css box is being introduced in the next update.
 * So, for now, you need to add the following code to custom css-
 *     ```
       .header-image {
       height: 90vh !important;
       }
       ```
   
 *  Thread Starter [trappleton](https://wordpress.org/support/users/trappleton/)
 * (@trappleton)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/bring-recent-posts-up-a-bit/#post-5834993)
 * Excellent! Thank you so much for your quick response, but even more for your 
   excellent work building this beautiful theme.
 *  [KatMN](https://wordpress.org/support/users/katmn/)
 * (@katmn)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/bring-recent-posts-up-a-bit/#post-5835011)
 * Hello! I wanted to do this too, so I used the code and reduced the number – but
   that put the social and search box way down into my recent posts. Any way of 
   completely shrinking the header image by 50%?
 *  Thread Starter [trappleton](https://wordpress.org/support/users/trappleton/)
 * (@trappleton)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/bring-recent-posts-up-a-bit/#post-5835036)
 * Hi KatMN,
 * I found that you can alter where the Social buttons show up by adding the following
   CSS:
 * #social-icons {
    bottom: 15%; }
 * Play with that number for greater distances — maybe start with 50%. Unfortunately,
   I haven’t yet found the parameter to adjust for the search box.
 *  Thread Starter [trappleton](https://wordpress.org/support/users/trappleton/)
 * (@trappleton)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/bring-recent-posts-up-a-bit/#post-5835037)
 * Scratch that, found it:
 * #search-top {
    top: X%; }
 * Try different numbers for X and see what works for your layout!

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

The topic ‘Bring "Recent Posts" up a bit?’ is closed to new replies.

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

 * 5 replies
 * 3 participants
 * Last reply from: [trappleton](https://wordpress.org/support/users/trappleton/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/bring-recent-posts-up-a-bit/#post-5835037)
 * Status: resolved