If you go to IdahoRadio.com and inspect the whitespace below the footer, you will see the below
I cannot figure out what is generating that. I tried adding the below to the functions.php but that didn’t work. Any suggestions? Didn’t see this addressed in similar “whitespace” posts in the forum.
remove_filter( 'the_content', 'wpautop' );
remove_filter( 'the_excerpt', 'wpautop' );