Site logo

Archived topic

Disable Footer Widgets

5 replies · Started by bluebit on August 22, 2015

Viewing posts 1–6 of 6

How do I disable just the footer widgets, not the footer? I want the footer to touch the body.

Actually, I think it's the content body. I want to get rid of the greenish space.

I removed all spaces in the content, but can't make the photo touch the footer.

Give this CSS a try:

.home .hentry,
.home.one-container .inside-article,
.home .entry-content p {
      margin-bottom: 0;
      padding-bottom: 0;
}

.home .entry-content img {
      position: relative;
      vertical-align: bottom;
}
This archived topic is closed to new replies.