Reply To: Adding Navigation to the Top of Site

Homepage Community Forums Agile Theme Support Adding Navigation to the Top of Site Reply To: Adding Navigation to the Top of Site

#1314
seth17
Customer

    So I removed that section and added in the following: /** Reposition the primary navigation */
    remove_action( 'genesis_after_header', 'genesis_do_nav' );
    add_action( 'genesis_before_content_sidebar_wrap', 'genesis_do_nav' );

    For some reason, there is a search bar showing up on the right side of the “header” area and I have no idea where it’s pulling from since I don’t have a search widget inserted anywhere. Check it out here.

    Obviously I still need to do some CSS work to get the nav to look right, but is there a theme whose code you would recommend copying any pasting over to get the nav to align horizontally across instead of vertically as it is now?