• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Home
  • About Techie She
  • Contact
  • Privacy Policy

Techie She

  • Blogging Stuff
  • Freebies & Deals
  • Tips & Tutorials
  • Blog Themes & Designs
  • Techie Matters
You are here: Home / Tips & Tutorials / How to Move the Navigation Menu in StudioPress

How to Move the Navigation Menu in StudioPress

If you are using the Genesis framework or any child theme from StudioPress, here’s the code that you can use to move or reposition the navigation menu:

Primary Navigation Menu

/** Reposition the primary navigation menu */
remove_action( 'genesis_after_header', 'genesis_do_nav' );
add_action( 'genesis_before_header', 'genesis_do_nav' );

Secondary Navigation Menu

/** Reposition the secondary navigation menu */
remove_action( 'genesis_after_header', 'genesis_do_subnav' );
add_action( 'genesis_before_header', 'genesis_do_subnav' );

The navigation menu’s default location is after the header. The code above, when added to the child theme’s functions.php file, will reposition the navigation menu to show up before the header.

Related posts:

Default ThumbnailHow To Move the Nav Menu in Thesis Theme For WordPress Default ThumbnailTips for Creating Your Site’s Navigation Bar Default ThumbnailTechie She Now Uses the Sixteen Nine Theme from StudioPress Wintersong Pro Theme from StudiopressWinterSong Pro Theme from StudioPress

Tips & Tutorials >>> navigation menu, studiopress, tutorial

Reader Interactions

Comments

  1. Heather hess says

    January 8, 2014 at 3:08 pm

    Hi – I am trying to move my menu below the header – I would like a regular menu – black white and red.

    I added this code to genesis hooks and here’s what I ended up with – what have I missed please!

    /** Reposition the primary navigation menu */
    remove_action( ‘genesis_after_header’, ‘genesis_do_nav’ );
    add_action( ‘genesis_before_header’, ‘genesis_do_nav’ );

    • Techie She says

      January 8, 2014 at 6:17 pm

      Hi Heather, if i’m not mistaken, you’re already using the HTML5, and the code for that is different.

      • Heather hess says

        January 8, 2014 at 7:03 pm

        thanks! Heather

        • Techie She says

          January 8, 2014 at 7:14 pm

          You’re welcome. Your site looks good, by the way, and it looks like you already found out how to move your navigation bar.

Primary Sidebar

The Latest from the Blog

power-transformer-electrical-workers

Innovative Trends in Transformer Technology

temperature sensor checking transformer

The Versatility of Temperature Sensors in Everyday Applications

black screen with active cursor

Black Screen With an Active Cursor After a Problematic Windows Update

seo-backlinks-analysis-content-ranking

The Art of Building Quality Backlinks for SEO

Topics Discussed

  • Blog Themes & Designs (41)
  • Blogging Stuff (53)
  • Business & Marketing (87)
  • Contests and Giveaways (71)
  • Features (68)
  • Freebies & Deals (45)
  • Techie Matters (187)
  • Tips & Tutorials (35)
  • Uncategorized (5)

Archives Link

Copyright © 2025 Techie She on the Brunch Pro Theme