Title: Moving the menu
Last modified: August 30, 2016

---

# Moving the menu

 *  Resolved [AJWatson2209](https://wordpress.org/support/users/ajwatson2209/)
 * (@ajwatson2209)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/moving-the-menu-3/)
 * Hi,
 * I was hoping to use the theme on a new site I’m working on, but I wondered how
   you can move the menu so that it’s below the header?
 * Thanks
 * Andrew

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

 *  Theme Author [leejosepho](https://wordpress.org/support/users/leejosepho/)
 * (@leejosepho)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/moving-the-menu-3/#post-6307943)
 * Any template already available at the page editor and showing ‘+ Low Navi-Bar’
   in its template description already moves the Menu Navigation Bar to below the
   header image, and the first two do that by simply modifying the default Shipyard
   templates and without adding or changing any widget areas:
    [http://www.nonametestdrive.net/shipyard8c0/shipyard8c0e/](http://www.nonametestdrive.net/shipyard8c0/shipyard8c0e/)
   [http://www.nonametestdrive.net/shipyard8c0/shipyard8c0f/](http://www.nonametestdrive.net/shipyard8c0/shipyard8c0f/)
 * Here is how that is done:
 *     ```
       <!-- Code for 'Home' Image -->
       	<?php if(get_header_image());?>
       		<img src="<?php echo get_header_image();?>" class="header-img" alt="" />
       <!-- Code for Navigation Bar -->
       	<?php if(has_nav_menu('primary'));?>
       		<?php wp_nav_menu( array('theme_location'=>'primary','container_class'=>'nav-head'));?>
       ```
   
 *  Theme Author [leejosepho](https://wordpress.org/support/users/leejosepho/)
 * (@leejosepho)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/moving-the-menu-3/#post-6307970)
 * If you might also want to bump the Menu Bar up against the bottom of the header
   image and round its bottom corners, try something like this:
 *     ```
       .nav-head{line-height:1;text-align:center;margin:-6px 0 16px 0;/*top right bottom left*/
       	border:0 2px 2px solid; /*top right-and-left bottom*/
       	border-radius:0 0 5px 5px;-moz-border-radius:0 0 5px 5px;-webkit-border-radius:0 0 5px 5px;}
       ```
   
 * marking this thread “resolved”

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

The topic ‘Moving the menu’ is closed to new replies.

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

 * 2 replies
 * 2 participants
 * Last reply from: [leejosepho](https://wordpress.org/support/users/leejosepho/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/moving-the-menu-3/#post-6307970)
 * Status: resolved