My footer doesn't move with the content, but juste on one page…

  • Anonymous

    #3681

    Hi,

    I have a problem with the footer of my homepage (http://www.incubateurlorrain.org)

    If I put text or images on the page, the footer is not positioned at the bottom of the page, but remains in a fixed place and over the text or images.

    This does not occur on other pages.

    It’s probably a little detail but I can not see what can cause this problem …

    Thank you for your help.

    Anonymous

    #25489

    Edit:

    The problem is similar on all pages

    ex : http://incubateurlorrain.org/?page_id=6

    Is it because I changed the background like that:

    div.entry-content {
    background-color: # e3e3e3;
    width: 660px;
    position: absolute;
    left: 9px;
    top: 43px;

    I’m going crazy, I’m sure it’s not complicated but I can not solve this problem.

    Thanks a lot.

    Mod

    Kenneth John Odle

    #25490

    Delete this line:

    position: absolute;

    Anonymous

    #25491

    Thank you.

    It works for my pages but not for my homepage.

    Regarding the background, I changed like this, why is there only a problem with my homepage ?

    .home div.entry-content {
    background-color: #ffffff;
    width : 647px;
    left:9px;
    top:10px;

    }

    div.entry-content {
    background-color: #e3e3e3;
    width : 660px;
    left:9px;
    top:43px;

    }

    Thank you for your help, I try to learn CSS and customization, I’m progressing but sometimes it is difficult!!

    Anonymous

    #25492

    If you want to change just the background colour, then remove width, left and top from your CSS. Especially the width. It causes so many problems.

    Mod

    Kenneth John Odle

    #25494

    Try changing the position:absolute on those <span> elements to position:relative and then changing the top values to something like (in order): 0px, -110px, -220px, -330px.

    Works in Firebug.

    Anonymous

    #25495

    Thank you it works, but there is now a blank space between my last image and the footer.

    Any idea?

    Thank you so much for your help.

    Anonymous

    #25496

    Problem solved.

    it remained in my css a fixed size …

    Thanks a lot.

Viewing 8 posts - 1 through 8 (of 8 total)

  • You must be logged in to reply to this topic.