Tagged: , ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #268982
    Blastyaway
    Participant

    Hei there,
    I have a page that does not have much content and when so the footer float at the middle of the site.
    I’ve tried to use position:fixed with some other variables, but then the page content overlaps the fotter.

    I like the fotter to stay fixed at bottom with no overlaps and this is what that helped me out.

    .site-info{
    position:fixed;
    bottom:0px;
    margin-top:100px;
    left:0px;
    right:0px;
    background-color: black;
    }

    Have any better sugestions?

    Merry Christmas and thanks for a nice theme.

    #268995
    Skandha
    Participant

    @blastyaway: Hello there,
    Can you please post in the URL of the page so that I can look into the issue?

    Kind Regards,
    Skandha

    #269008
    Blastyaway
    Participant

    Here is the link: https://ascending-dawn.com/
    Note that I did the custom CSS myself already.

    Please have a look at my other issue @Skandha

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Footer at fixed position’ is closed to new replies.