• Hello!

    I’m modifing a theme that has no footer, i’ve created my own one and i’m trying to set it’s position.

    The problem, is that I have 3 columns, the post, sidebar and sidebar2.
    By now, i’ve acomplished to set the footer under the post column, and in the main page it’s not a problem because the post column is the longer one, but in a single page, the sidebars are longer than the post, and the fotter stays over them.

    I’ve tried to make the footer stay under the wrapper, but i don’t know why, even containing the whole thing, the wrapper it’s always shorter than the columns with the content.

    Here’s the address of the main page with the correct position and the address of the single article with the problem.

    http://www.elblogalternativo.com/


    http://www.elblogalternativo.com/2008/10/05/prueba-2/

    Otherwise, i’ve noticed that the footer stays under the post column because i’ve set the post as position:relative;, but when i change the position of the sidebars from absoulte to relative, the just stop being in the right position.

    I’d apreciate any help that you can give me : )

Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m going to guess that you’re floating the columns. So, to make the footer stay under the columns regardless of their length, add this to your footer class (or ID) in your styles.css:

    clear: both

    That should make the footer start *after* the columns.

    Thread Starter further

    (@further)

    Hello diane,

    Nope, the columns are not floating, are positioned like this:

    post{left:0px;}
    sidebar{left:130px;}
    sidebar2{left:330px;}

    I’ve already tried to float them, but the hole structure is already constructed like is…

    :S

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problems fixing the Footer’ is closed to new replies.