Thesis: move nav below header


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. /*--------------------------------------------------*/
  2. /* move nav below header */
  3. /*--------------------------------------------------*/
  4.  
  5. remove_action('thesis_hook_before_header', 'thesis_nav_menu');
  6. add_action('thesis_hook_after_header', 'thesis_nav_menu');

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.