• Resolved Claire Powers

    (@rockinfree)


    Hey,

    I’ve searched through all my code and CSS and cannot find any missing divs or other unclosed tags that might be making my footer stay at the top of the page instead of the bottom where it should be. My site is located at https://www.weirdncrazy.com/universe/, and any help would be greatly appreciated. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • It’s the absolute positions which are breaking it.
    But removing them may break the page.

    You need the whole thing in one container.
    Then the head
    Then another container for the content and the menu
    Close the container
    Put the footer in
    Close the overall container.

    That’s the “in a nutshell” version ??

    Thread Starter Claire Powers

    (@rockinfree)

    Thanks Podz! I’ve got it fixed now ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘footer in wrong position’ is closed to new replies.