Title: Move header menu
Last modified: August 30, 2016

---

# Move header menu

 *  Resolved [supremissimo84](https://wordpress.org/support/users/supremissimo84/)
 * (@supremissimo84)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/move-header-menu-1/)
 * Hi guys,
 * thanks for the great theme!
    I’m setting it for my blog: [http://librimotivazionali.com/](http://librimotivazionali.com/)
 * As you can see, I was be able to set header image but I cannot find a way to 
   move the header menu just above the Follow bar.
 * How can I deliver it?
 * Thanks in advance.
    Regards, Vincenzo

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

 *  [bdbrown](https://wordpress.org/support/users/bdbrown/)
 * (@bdbrown)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/move-header-menu-1/#post-6780328)
 * Hi Vincenzo. Try changing your custom CSS to this:
 *     ```
       #header {
           background: url(http://librimotivazionali.com/wp-content/uploads/2015/11/header_new.png);
           padding-top: 105px;
       }
       ```
   
 *  Thread Starter [supremissimo84](https://wordpress.org/support/users/supremissimo84/)
 * (@supremissimo84)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/move-header-menu-1/#post-6780428)
 * Hi bdbrown,
 * I update my custom CSS with the following:
 * #header {background: url([http://librimotivazionali.com/wp-content/uploads/2015/11/header_new.png](http://librimotivazionali.com/wp-content/uploads/2015/11/header_new.png));
   
   background-repeat: no-repeat; position: relative; padding-top: 160px; height:
   160px; }
 * since my image is 160px height.
 * Now it seems that on Chrome works, on Internet Explorer the image is repeated
   and also on mobile (but I think there I need some further adjustments).
 * Do you have some suggestions to solve it?
 * thanks!
 *  [bdbrown](https://wordpress.org/support/users/bdbrown/)
 * (@bdbrown)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/move-header-menu-1/#post-6780429)
 * I’m still seeing a repeating image, both horizontal and vertical, and the navigation
   bar is still floating. This is the css that I’m currently seeing:
 *     ```
       #header {background: url(http://librimotivazionali.com/wp-content/uploads/2015/11/header_new.png);
       position: relative;
       padding-top: 105px;
       height: 160px;
       }
       ```
   
 * If you’re trying to center the image and adjust the navigation bar, try this:
 *     ```
       #header {
           background-image: url(http://librimotivazionali.com/wp-content/uploads/2015/11/header_new.png);
           background-repeat: no-repeat;
           background-position: center top;
           padding-top: 105px;
       }
       ```
   
 *  Thread Starter [supremissimo84](https://wordpress.org/support/users/supremissimo84/)
 * (@supremissimo84)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/move-header-menu-1/#post-6780431)
 * Now implemented the code you suggested; I keep on having two different results
   on Chrome and IE, can you confirm this?
 * On Chrome the navigation bar in now aligned to the image, but remains a “white
   space” between the navigation bar and the Follow bar; can I move the Follow bar
   up aligned to the navigation bar?
 * On IE the navigation bar is not aligned to the image…
 *  [bdbrown](https://wordpress.org/support/users/bdbrown/)
 * (@bdbrown)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/move-header-menu-1/#post-6780432)
 * I’m still seeing the same original css you posted. And this is a screenshot of
   your site in Chrome: [http://www.screencast.com/t/ueD9UaQYkkk](http://www.screencast.com/t/ueD9UaQYkkk)
 * Do you have a caching plugin installed? Or are you working on a development site
   somewhere?
 *  Thread Starter [supremissimo84](https://wordpress.org/support/users/supremissimo84/)
 * (@supremissimo84)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/move-header-menu-1/#post-6780488)
 * Hi,
 * I have SG CachePress installed; now I purged the cache but overall I set a new
   size for image header which is 1310x165px and it seems working!
 * Many thanks for your help!
 * Vincenzo

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

The topic ‘Move header menu’ is closed to new replies.

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

## Tags

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

 * 6 replies
 * 2 participants
 * Last reply from: [supremissimo84](https://wordpress.org/support/users/supremissimo84/)
 * Last activity: [10 years, 5 months ago](https://wordpress.org/support/topic/move-header-menu-1/#post-6780488)
 * Status: resolved