Guyssss... I have a Custom CSS for you... It's looking too awesomeeee.... Try it....
Go to Admin Panel > Settings > Custom CSS > Insert the below Code & Save Settings.
.footer-float {
position: fixed;
bottom: 7px;
-webkit-box-shadow: 0px 2px 25px 12px rgb(0 0 0 / 9%);
box-shadow: 0px 2px 25px 12px rgb(0 0 0 / 9%);
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
background-color: #2D2D2D;
text-align: center;
z-index: 2;
width: 96%;
border-radius: 0.6rem;
}
.footer-links {
color: #eeeeee;
font-weight: 500;
}