footer: background color and transparency

So, I noticed on my website in preview mode that my footer overlays content with transparency and background color (see image below) over an element, called "Expandrs."

image

This is with the SEO in settings with a footer code configured and I can't seem to figure out why this is happening.

This is what I have so far:

<style>
.footer {
padding-top: 20px;
padding-bottom: 10px;
position: fixed; bottom: 0;
width: 100%;
background-color: #1f1f1f;
color: white;
text-align: center;
font-size: 7px;
font-family: sansation;
}
</style>
<div class="footer">
<p>Hibryds Cinematic Universe | All Rights Reserved 2020 - 2021 </p><br >
</div>

Any hints or clues as of how I can solve this?
Here's the link if you want to see it:
https://projecthibryds.weebly.com/kydel-starr.html

293 Views
Message 1 of 1
Report
0 REPLIES 0
This thread has been archived and locked. Please start a new thread if you would like to continue the conversation.