I've added a code block to the footer of a website, however, in Fluid Engine the Embedded Script block is adding additional spacing below the code that needs to be removed. Attached is a screenshot of the website footer, showing the extra space in black below the code. The black block should be narrow, preferably 1 row in height, not 8 as shown currently. The footer code used is:
<div class="footer-copyright-statement"> <em> <p style="font-size:80%; text-align:center;"> Copyright © 2022-<script>document.write(new Date().getFullYear())</script> Allen Brothers Cattle All Rights Reserved | <u><a style="color:#ffffff;" href="/legal">Legal</a></u> | Website by <u><a style="color:#ffffff;" href="https://www.generation6.co/">Generation 6 Marketing</a></u></p></em></div>
CSS
.footer-copyright-statement {
height:150px;
width:100%;
padding:10px;
}
Thank you for any help or suggestions.