Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS no footer ??

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #38471
    kloy
    Member

    I am working on this wordpress site.
    For some reason, the footer is not working. When I try to put a design credit on the bottom, it ends up on the top of the page.
    I also would like some space at the bottom of the page with more content, so the background show at the bottom beyond the main content div.

    I did what I thought would do the trick but nothing seems to be working

    http://www.michaelmcdonalddesigns.com

    footer[role=contentinfo] {padding-top: 100px;
    height: 100px;}

    #104240
    TheDoc
    Member

    Your #content div is being absolutely positioned so it’s being taken out of the flow of you document. You’ll want to give it a position of relative or static instead.

    #104243
    kloy
    Member

    THANK YOU!!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.