Home › Forums › Support › Menu placement This topic has 5 replies, 2 voices, and was last updated 6 years, 1 month ago by Leo. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts October 8, 2017 at 4:09 pm #399698 Nina I have set up page headers and can’t get my menu to sit under the headers, can anyone help please? Link below to site http://esam.org.uk/home October 8, 2017 at 5:31 pm #399716 LeoStaff Customer Support Hi there, Are you wanting that page header on every page or just that page? October 8, 2017 at 11:00 pm #399763 Nina potentially 2 or 3 different headings throughout the site October 9, 2017 at 8:25 am #400022 LeoStaff Customer Support Then we need to move the navigation below page header using this snippet: add_action('after_setup_theme','generate_change_nav_position'); function generate_change_nav_position() { remove_action( 'generate_after_header', 'generate_add_navigation_after_header', 5 ); add_action( 'generate_after_header', 'generate_add_navigation_after_header', 29 ); } Adding PHP: https://docs.generatepress.com/article/adding-php/ October 9, 2017 at 8:39 am #400043 Nina worked a treat – thanks you x October 9, 2017 at 12:09 pm #400201 LeoStaff Customer Support No problem! Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In