Home › Forums › Support › Awesome “full width” photo header This topic has 1 reply, 2 voices, and was last updated 6 years, 9 months ago by Tom. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts August 31, 2016 at 12:31 am #222673 Michaelrobbert I have a question about an plugin. Does someone knows a free awesome “full width” photo header that I can place ABOVE the menu on my site. Let me know. See my GP website and let me know what you think. Michaelrobbert August 31, 2016 at 12:34 am #222674 TomLead Developer Lead Developer Hi there, You should be able to use the Page Header add-on, and then just move it above the menu: add_action( 'after_setup_theme','generate_move_page_header' ); function generate_move_page_header() { remove_action('generate_after_header','generate_page_header', 10); add_action('generate_after_header','generate_page_header', 4); } Adding PHP: https://generatepress.com/knowledgebase/adding-php-functions/ Hope this helps 🙂 Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In