Title: Image logo header position
Last modified: August 22, 2016

---

# Image logo header position

 *  Resolved [Emmanuellech](https://wordpress.org/support/users/emmanuellech/)
 * (@emmanuellech)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/image-logo-header-position/)
 * Hello !
 * I reduced the height of my header but now my logo image is down, sticked to the
   menu.
    I tried to make it appear in the middle in the css file with `vertical-
   align: bottom` but it didn’t worked.
 * Could you please help me with this stuff ?
    Thanks,
 * Emmanuelle
 * [http://www.maisonainsi.com](http://www.maisonainsi.com)

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

 *  [rasmikanta](https://wordpress.org/support/users/rasmikanta/)
 * (@rasmikanta)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/image-logo-header-position/#post-5509045)
 * i am new in wordpress how to put a logo image in header part of twenty twelve
   them. please give me idea
 *  Thread Starter [Emmanuellech](https://wordpress.org/support/users/emmanuellech/)
 * (@emmanuellech)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/image-logo-header-position/#post-5509111)
 * Hello Rasmikanta ! Sorry but you’re in the support forum for Griffin Theme !
 * By the way, my problem is till unsolved, so if someone know how to align vertically(
   and responsively) my logo in the header, it would be great !
 * Thanks,
 * Emmanuelle
 * [http://www.maisonainsi.com](http://www.maisonainsi.com)
 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/image-logo-header-position/#post-5509112)
 * Hey there Emmanuelle,
 * How are you doing today?
 * This can be fixed with some custom CSS. The easiest way would be to reduce the
   top padding of your header, the end result should look like this [http://screencast.com/t/eg3giYvu3cT0](http://screencast.com/t/eg3giYvu3cT0).
   If you want to do this please try adding the following CSS code in the style.
   css file of your [child theme](http://codex.wordpress.org/Child_Themes) or add
   it in your site using the following plugin:
 * [http://wordpress.org/plugins/simple-custom-css](http://wordpress.org/plugins/simple-custom-css)
 *     ```
       header {
       padding-top: 15px;
       }
       ```
   
 * An alternative would be if you want to keep current header height to reposition
   the logo itself. In this case try adding this:
 *     ```
       header #header-logo img {
       margin-top: -80px;
       padding: 40px 0;
       box-sizing: content-box;
       }
   
       @media (max-width: 768px){
       header {
       height: 160px;
       padding-top: 55px;
       }
       }
       ```
   
 * Please let me know if this helps 🙂
 * Best regards,
    Bojan
 *  Thread Starter [Emmanuellech](https://wordpress.org/support/users/emmanuellech/)
 * (@emmanuellech)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/image-logo-header-position/#post-5509114)
 * Hi Bojan,
 * I did the first option because it seemed simpler, and it works perfectly.
    Thanks
   you very much for the time !!!
 * Regards,
    Emmanuelle
 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/image-logo-header-position/#post-5509115)
 * Hey,
 * Glad I could help 🙂
 * Cheers,
    Bojan

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

The topic ‘Image logo header position’ is closed to new replies.

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

## Tags

 * [align](https://wordpress.org/support/topic-tag/align/)
 * [header](https://wordpress.org/support/topic-tag/header/)
 * [logo](https://wordpress.org/support/topic-tag/logo/)
 * [vertical](https://wordpress.org/support/topic-tag/vertical/)

 * 5 replies
 * 3 participants
 * Last reply from: [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/image-logo-header-position/#post-5509115)
 * Status: resolved