Tagged: footer
Hello,
I have some Pages, that do not have a lot of content. Result on my site is, that the footer is displayed really large. Instead I want to display a fixed-height footer (lets say e.g. 50px), just do display the copyright info and the small footer menu.
How can I do that?
An example page can be found here: http://srz.danielsonnleitner.de/downloads/
Hey Sonni!
Please try the following to your custom CSS
#footer {
position: fixed;
width: 100%;
bottom: 0;
z-index: 10000;
}
let us know if that works out for you
Cheers!
Basilis
Unfortunately this didn’t work out.
I’ve managed it to get the footer fixed to the bottom, but I still have a black area before that. (See screenshot)
Screenshot at Dropbox