Title: Primary Menu Location
Last modified: December 24, 2016

---

# Primary Menu Location

 *  Resolved [akacruiseman](https://wordpress.org/support/users/akacruiseman/)
 * (@akacruiseman)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/primary-menu-location/)
 * Hi Nobita,
    In the Version: 1.446 how would I move the Primary Menu from beneath
   the header image to above and to the right of the site title? [http://conservativeaspects.com/](http://conservativeaspects.com/)
 * Thanks very much,
    Jim

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

 *  Theme Author [nobita](https://wordpress.org/support/users/nobita/)
 * (@nobita)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/primary-menu-location/#post-8588851)
 * Hi [@akacruiseman](https://wordpress.org/support/users/akacruiseman/)
 * You nead create a child theme
 * child theme example can download below url
 * [http://tenman.info/download/child-raindrops.zip](http://tenman.info/download/child-raindrops.zip)
 * Add file header.php your downloaded child theme
 * code of header.php
 *     ```
       <?php
       if ( !defined( 'ABSPATH' ) ) {
           exit;
       }
       global $template, $raindrops_current_theme_slug;
       $raindrops_link_unique_text = raindrops_link_unique_text();
   
       do_action( 'raindrops_pre_part_' . basename( __FILE__, '.php' ) );
       do_action( 'raindrops_pre_part_' . basename( __FILE__, '.php' ) . '_' . basename( $template ) );
       ?><!DOCTYPE html>
       <html <?php language_attributes(); ?>>
   
       	<head>
               <meta http-equiv="content-type" content="<?php bloginfo( 'html_type' ); ?>; charset=<?php bloginfo( 'charset' ); ?>" />
       <?php wp_head(); ?>
           </head>
           <body id="<?php echo $raindrops_current_theme_slug; ?>" <?php body_class();?>>
       		<?php if ( raindrops_warehouse( 'raindrops_disable_keyboard_focus' ) == 'enable' ) { ?>	
               <div class="skip-link"><a href="#container" class="screen-reader-text" title="<?php esc_attr_e( 'Skip to content', 'raindrops' ); ?>"><?php esc_html_e( 'Skip to content', 'raindrops' ); ?></a></div><?php echo raindrops_skip_links(); ?>
       		<?php } // raindrops_disable_keyboard_focus ?>
   
               <div id="<?php echo esc_attr( raindrops_warehouse( 'raindrops_page_width' ) ); ?>" class="<?php echo esc_attr( 'yui-' . raindrops_warehouse( 'raindrops_col_width' ) ); ?> hfeed">
       		<?php raindrops_prepend_doc(); ?><header id="top">
       			<div id="hd" <?php raindrops_doctype_elements( '', 'role="banner"' ); ?>>
       				<!--customize area start-->
       				<div class="line">
       					<div class="unit size1of3">
       				<?php	
       				if( raindrops_is_place_of_site_title() == true ) {
   
       					echo raindrops_site_title();
       				}
       				 echo raindrops_site_description(); 
       				?>
       					</div>
       					<div class="unit size2of3">
       						<?php
       						raindrops_nav_menu_primary();
   
       						raindrops_after_nav_menu();
       						?>
   
       					</div>
       				</div>
                                       <!--customize area end-->
       			</div>
       				<?php
       				if ( function_exists('has_header_video') && function_exists('the_custom_header_markup' ) &&	has_header_video() 
       						&& ( true == is_home() && true == is_front_page() || false == is_home() && true == is_front_page() ) ) {
       					raindrops_the_header_image();
       					the_custom_header_markup();
   
       				} else {
       					raindrops_the_header_image();
       				}
       				?>			
       		</header>
       		<div id="bd" class="clearfix">
   
       		<?php do_action( 'raindrops_after_part_' . basename( __FILE__, '.php' ) . '_' . basename( $template ) ); ?>	
       ```
   
 * result screenshot
 * ![screenshot of above template](https://i0.wp.com/www.tenman.info/wp3/manualraindrops/
   files/menu-top-right.jpg)
 * Thank you.
    -  This reply was modified 9 years, 3 months ago by [nobita](https://wordpress.org/support/users/nobita/).
    -  This reply was modified 9 years, 3 months ago by [nobita](https://wordpress.org/support/users/nobita/).
 *  Thread Starter [akacruiseman](https://wordpress.org/support/users/akacruiseman/)
 * (@akacruiseman)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/primary-menu-location/#post-8589405)
 * Nobita,
    Perfect after a little Tweaking. What can I add to that header.php to
   allow for multiple rows in the Header Menu? This one is perfect. ⌊Before another
   link added to menu⌉
 * This one is after I add another Page to the menu.
    ⌊After adding another link.⌉
 * Thanks,
    Jim
    -  This reply was modified 9 years, 3 months ago by [akacruiseman](https://wordpress.org/support/users/akacruiseman/).
 *  Theme Author [nobita](https://wordpress.org/support/users/nobita/)
 * (@nobita)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/primary-menu-location/#post-8589750)
 * Sorry I fogot explain it
 * Customize / Presentation / Menu
 * Primary Menu Automatic Responsive set No.
 * save publish
 * Thank you.
 *  Thread Starter [akacruiseman](https://wordpress.org/support/users/akacruiseman/)
 * (@akacruiseman)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/primary-menu-location/#post-8589772)
 * Not a problem. Works perfectly. As always, Thank you Nobita.
 * I consider this resolved.

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

The topic ‘Primary Menu Location’ is closed to new replies.

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

 * 4 replies
 * 2 participants
 * Last reply from: [akacruiseman](https://wordpress.org/support/users/akacruiseman/)
 * Last activity: [9 years, 3 months ago](https://wordpress.org/support/topic/primary-menu-location/#post-8589772)
 * Status: resolved