Title: Genesis theme &#8211; CSS help
Last modified: August 22, 2016

---

# Genesis theme – CSS help

 *  Resolved [Timmidrengen](https://wordpress.org/support/users/timmidrengen/)
 * (@timmidrengen)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/genesis-theme-css-help/)
 * Hi
    I am working on this site:
 * [http://europa1989.dk/menuer/](http://europa1989.dk/menuer/)
 * I cant seem to reduce the distance from the social icons on the top to the slider,
   so they will be more centered.
 * I have tryed adjusting in the child themes style.css file with no luck, so any
   other tips will be welcome, thanks.
 * Timmi

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

 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/genesis-theme-css-help/#post-5691712)
 * Hey there Timmi,
 * Hope you’re well today!
 * You can achieve that by reducing the margin above the slider area. Try adding
   the following CSS code in the style.css file of your [child theme](http://codex.wordpress.org/Child_Themes)
   or if your theme doesn’t have custom CSS tab add it in your site using the following
   plugin:
 * [http://wordpress.org/plugins/simple-custom-css](http://wordpress.org/plugins/simple-custom-css)
 *     ```
       div#header {
       margin-top: 15px;
       }
       ```
   
 * The original margin value is 30px, reducing it to 15px should display socials
   in the middle vertically. You can change the numeric value if this doesn’t suit
   you the most.
 * Hope this helps 🙂
 * Cheers,
    Bojan
 *  Thread Starter [Timmidrengen](https://wordpress.org/support/users/timmidrengen/)
 * (@timmidrengen)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/genesis-theme-css-help/#post-5691714)
 * Bojan,
 * I love you maaan 😉
 * Thanks a LOT, it worked like a charm.
 * I have spent quite some time trying to figure it out.
 * GREAT !!!
 * Timmi
 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/genesis-theme-css-help/#post-5691719)
 * Hey Timmi,
 * Glad I could help 🙂
 * Cheers,
    Bojan

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

The topic ‘Genesis theme – CSS help’ is closed to new replies.

## Tags

 * [margin](https://wordpress.org/support/topic-tag/margin/)
 * [padding](https://wordpress.org/support/topic-tag/padding/)

 * 3 replies
 * 2 participants
 * Last reply from: [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/genesis-theme-css-help/#post-5691719)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
