After a long session i finally did it!
I’ll leave the solution here for future me.
Add in custom css (apparence-customize) this:
.site-footer {
position: fixed;
bottom: 0px;
margin: 0px;
padding: 10px;
height: 40px;
width: 100%;
z-index: 9000;
Then change the height as you need.