Viewing 1 replies (of 1 total)
  • The widgets are in the footer area. The area below the footer area is the page margin, which is really large because of the the following CSS:

    html:after {
    margin-top: -250px;
    }

    You can change the background-color of the footer where the widgets currently reside, but in order to make it full-width, you’ll need to hack up the code a bit.

Viewing 1 replies (of 1 total)
  • The topic ‘Footer widget problem’ is closed to new replies.