Viewing 4 replies - 1 through 4 (of 4 total)
  • Hmmm. not sure if it will work..

    the last second line

    <div id="footer">This is the footer! </div></div>

    try moving the footer outside the last div

    </div><div id="footer">This is the footer! </div>

    Thread Starter billytheradponi

    (@billytheradponi)

    When I do that the footer just vanishes. That div is the container in which everything goes, there is also a page div which contains only the loop, but its that that won’t make the footer go after it, even though <?php get_footer(); ?> is inside it?

    CSS

    Thread Starter billytheradponi

    (@billytheradponi)

    Erm that theme is kinda gone now, but I would like to make a new 3 column theme with the divs footer, sidebar (containing sidebar 1&2) and then main and header, what css would I need to use along with height, width and font bits to make the footer come only after the other divs, basically how to stop the divs overlapping?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Footer issues with new theme’ is closed to new replies.