Viewing 2 replies - 1 through 2 (of 2 total)
  • You have set a height on your #sidebar that you’ll need to remove.

    #sidebar {
      float: left;
      margin: 0 0px;
      padding: 5px 0 0;
      height: 619px; /* Remove this height */
      width: 150px;
      background: url("https://www.artoronto.ca/wp-content/uploads/2011/09/sidebar1.jpg");
    }

    Thread Starter x.tinee

    (@xtinee)

    The problem’s fixed now! Thank you so much! =)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Footer has moved up on certain pages’ is closed to new replies.