Viewing 6 replies - 1 through 6 (of 6 total)
  • Just remove it from the main page container and place it at the very end of your code (just above the </body>).

    So, highlight this and cut:

    <div id="footer">
    <p class="credits">
    Copyright &copy; 2007<br>
    Christian Dating Experiences<br>
    </p>
    
    </div>

    Then paste it after the last </div> on the page.

    Thread Starter livinforhim316

    (@livinforhim316)

    Do I put that in the footer.php or the main index template?

    Probably in the footer.php. Whichever file contains

    </body>
    </html>

    Place it right above the </body>.

    Thread Starter livinforhim316

    (@livinforhim316)

    I have that in my footer right now, but it’s still not reaching the sides. Does it have something to do with the width?

    No, right now your footer is inside the main page container. Place it below the last </div> on the page. Or right above your google stuff.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘footer not going across entire page’ is closed to new replies.