Viewing 3 replies - 1 through 3 (of 3 total)
  • your foooter is positioned ‘relative’; you can control its position with the value of ‘bottom’, for instance bottom:-60px;:

    this is the style of your footer in style.css of your theme:

    .footer {position: relative; height: 56px; border="0"; background-image: url(http://www.srizzil.com/wp-content/themes/Srizzil2/images/bg.png); background-repeat:repeat; margin: 0; bottom:0;}

    Thread Starter Marc

    (@standoutt)

    That works great for the blog, but now for my home page, and any other pages that don’t have scroll bars, the footer has moved down and you have to scroll to see it!

    Thread Starter Marc

    (@standoutt)

    That caused more chaos then good.

    I managed to take it out and somebody else suggested I use padding-bottom: 65px; on the content section of the different pages. That worked like a charm.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Footer too high’ is closed to new replies.