Mailchimp archive code gets pushed below the footer [SOLVED]

Hey there,
I am using a code snippet generated by Mailchimp to display the archives of a newsletter the site is sending out. The archive is supposed to sit in the content area. However, when I enter the code into an html stack, it gets pushed below the footer. Here’s the code from Mailchimp:

<style type="text/css">
<!--
.display_archive {font-family: arial,verdana; font-size: 12px;}
.campaign {line-height: 125%; margin: 5px;}
//-->
</style>
<script language="javascript" src="//urstrom.us11.list-manage.com/generate-js/?u=3151036a9cfb372192dd0c156&fid=10569&show=10" type="text/javascript"></script>

It appears to me that there is some function moving JS to the end of the body - could this be the reason? I just can’t find that command…any ideas from anybody?
The site in question is here: Informieren – Urstrom eG Bürgerenergiegenossenschaft

Edit: thanks to Joe’s quick answer at Weaver.space this is solved. Using PageSpeed (a tool within the SEO helper stacks) caused this. Deleting PageSpeed brought the archive back to where it was.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.