100% Width Footer – Custom Child Theme

Looking at your code, I don’t see anything obviously wrong, but using Safari’s inspector, it becomes clear that the footer DIV is not invoking the #footer CSS rule. Not clear why.

If the header div and footer div have the same styling, you can simplify your code by using one set of styles: #header, #footer {…}. Less to go wrong.