Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #579033

    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/

    #579065

    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

    #579221

    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

    • This reply was modified 8 years, 9 months ago by Sonni.
    #579435

    Hi,

    I’m not sure if you got it looking the way you want or not but the footer I can see on your site is not looking like the one in your screenshot?

    Thanks,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.