Move Navigation Below Header

May 28th, 2009

in Navigation

1 Star2 Stars3 Stars4 Stars5 Stars (3) Loading ... Loading ...

The instructions in this video help you move the nav below the header.

I just want the code please

Open custom_functions.php in whichever editor you prefer, and type the following code:

// Move nav below header
remove_action('thesis_hook_before_header', 'thesis_nav_menu');
add_action('thesis_hook_after_header', 'thesis_nav_menu');
Share and Enjoy:
  • email
  • del.icio.us
  • Facebook
  • Digg
  • FriendFeed
  • Twitter
  • StumbleUpon
  • Technorati
  • Reddit
  • Yahoo! Buzz
blog comments powered by Disqus

Next post: