This Tutorial explains How can you move the Main Navigation Menu below Header. For this, you have to enable “Use Custom Stylesheet” option in Thesis Option Panel. It is very easy to move your main nav Menu Below Header, just open your custom.css file and add the code in your custom.css file (themes/thesis/custom/). The default Nav Menu of Thesis Theme is above the Header , but if you are using a Logo In Thesis Theme then it looks odd.
Just add this Code in you custom.css file and save it. You can have a look at the video also in case any problem is occurring.
/* Move Nav Below Header*/
remove_action(‘thesis_hook_before_header’, ‘thesis_nav_menu’); add_action(‘thesis_hook_after_header’, ‘thesis_nav_menu’);

Pingback: Thesis Tutorial : How to Move Main Nav Menu Below Header — Sky Rocket Inc.