/* footer **************************/ .Footer { background-color: transparent; font-size: 12px; height: 40px; padding: 10px 0px 0px 0px; text-align: center; top: 100%; width: 100%; position: relative; -servicestudio-width: 100%; }
I guess your code has
position: static;
you might need
position: relative;