Title: Spacing issues
Last modified: June 22, 2017

---

# Spacing issues

 *  [bengleason7](https://wordpress.org/support/users/bengleason7/)
 * (@bengleason7)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/spacing-issues-10/)
 * Hi,
 * I’d like to adjust the space in a few areas of the layout. I’ve tried putting
   in CSS code I’ve found on forums and none of it’s worked. Here’s what I’m trying
   to do:
 * #1
    Reduce spacing between header image and menu
 * #2
    On blog page, reduce space between featured image, date, and content summary
   of post.
 * #3
    I posted this on another post already, but still can’t get my social media
   icons to show up underneath my posts.
 * Thank you to anyone who can help!

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

 *  Theme Author [lyrathemes](https://wordpress.org/support/users/lyrathemes/)
 * (@lyrathemes)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/spacing-issues-10/#post-9257301)
 * To reduce space under main menu:
 *     ```
       .header-row-3 {
           margin-bottom: 15px;
       }
       ```
   
 * For #2 – can you show me what you’re trying to do with a screenshot? Thanks!
 *  Thread Starter [bengleason7](https://wordpress.org/support/users/bengleason7/)
 * (@bengleason7)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/spacing-issues-10/#post-9262690)
 * Awesome, thank you!
 * How can I change the spacing above and under the logo above the menu? To tighten
   up the space there.
 *  Thread Starter [bengleason7](https://wordpress.org/support/users/bengleason7/)
 * (@bengleason7)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/spacing-issues-10/#post-9262715)
 * Here is the screenshots of the spacing I’m talking about:
 * [https://scontent-ort2-1.xx.fbcdn.net/v/t35.0-12/19549654_1925160134430071_1875372187_o.jpg?oh=a5608d32164fe6e4fdc83793886d942e&oe=59543ED9](https://scontent-ort2-1.xx.fbcdn.net/v/t35.0-12/19549654_1925160134430071_1875372187_o.jpg?oh=a5608d32164fe6e4fdc83793886d942e&oe=59543ED9)
 * [https://scontent-ort2-1.xx.fbcdn.net/v/t35.0-12/19531887_1925160121096739_1653641087_o.jpg?oh=0daf92992e1b32b5a0053f288e34df0a&oe=59530F90](https://scontent-ort2-1.xx.fbcdn.net/v/t35.0-12/19531887_1925160121096739_1653641087_o.jpg?oh=0daf92992e1b32b5a0053f288e34df0a&oe=59530F90)
 *  Theme Author [lyrathemes](https://wordpress.org/support/users/lyrathemes/)
 * (@lyrathemes)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/spacing-issues-10/#post-9267867)
 * Try this:
 *     ```
       .frontpage-featured-posts h2.block-title {
           margin-bottom: 0px;
       }
   
       @media (max-width: 767px){
            .header-row-2 { margin-bottom: 5px; }
       }
       ```
   

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

The topic ‘Spacing issues’ is closed to new replies.

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

## Tags

 * [spacing issues](https://wordpress.org/support/topic-tag/spacing-issues/)

 * 4 replies
 * 2 participants
 * Last reply from: [lyrathemes](https://wordpress.org/support/users/lyrathemes/)
 * Last activity: [8 years, 9 months ago](https://wordpress.org/support/topic/spacing-issues-10/#post-9267867)
 * Status: not resolved