Hi!
I'm in need of some guidance as to how I can manage to place my navigation outside the standard 960px wrap - while not touching the wrap itself or its content. As a start I've rearranged the functions.
PHP Code:
remove_action( 'genesis_after_header', 'genesis_do_nav' );
/* put it where you want it */
add_action('genesis_before_header', 'genesis_do_nav');
And here's the site in question:
http://gmtn.dk/secretary/site/bones/
What I want to do is having the navigation positioned at the top of the page in full width, with the navigational contents centered - while retaining the 960 wrap/container for the rest of the site's content below the navigation.
I'm utilizing Ubermenu from code canyon btw.