Hi, i have recently changed my theme to thesis, and have a problem moving the navigation bar. I want to move it down, but can't get it done. I have tried their tutorial which says to put this code
remove_action('thesis_hook_before_header', 'thesis_nav_menu');
add_action('thesis_hook_after_header', 'thesis_nav_menu');
But this didn't work.
Another issue i am facing is that the header blue background and the footer doesn't fits the browser in smartphones/iPhone but fits in desktop browsers.
Thanks