Hallo,
suche in der screen.basemod.css nach folgendem:
Code:
body.html-fullheight .page {
/* allocate space for footer */
padding-bottom: 70px;
}
body.html-fullheight #footer {
position:relative !important;
min-width: 740px;
max-width: 80em;
margin: 0 auto;
margin: -70px auto 0; /* move #footer to its position */
background: #fff;
border: 0 none;
padding: 0;
}
Die Kommentare sind glaube ich selbsterklärend. Zu ändern sind die 70px bzw. -70px. Wichtig ist nur das beide Werte immer gleich sind.
Gruß
Reinhard
Lesezeichen