Home › Forums › Support › Align Footer This topic has 3 replies, 2 voices, and was last updated 5 years ago by Leo. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts May 6, 2018 at 1:08 am #568665 May 6, 2018 at 8:58 am #568910 LeoStaff Customer Support Hi there, Can you link me to the site in question? You can edit the original topic and use the private URL field. Let me know ๐ May 6, 2018 at 9:38 am #568956 Davide Edited ๐ May 6, 2018 at 3:07 pm #569142 LeoStaff Customer Support Try this snippet: add_action( 'after_setup_theme','lh_move_footer' ); function lh_move_footer() { remove_action( 'generate_footer','generate_construct_footer' ); add_action( 'generate_after_main_content','generate_construct_footer' ); } Adding PHP: https://docs.generatepress.com/article/adding-php/ Let me know. Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In