Hi Michael, Unfortunately when I tried to put that code into Simple Custom CSS nothing changed on my website. The footer still seems to be shifted left. Any other Ideas?
try to change to:
body #horizontal-menu-wrap {
float: none;
width: auto;
display: inline;
vertical-align: top;
}