• Hello,

    I am using the Twenty-Thirteen theme. Basically, I want to change the footer width to make it smaller. I would like the footer to have the same width than the content area (1040px). I also want the top of the footer to touch the bottom of the content area.

    I have managed to re-size the width of my footer using the code below.

    #footer, #colophon {
    max-width: 1040px;
    }

    Also, for information, I put a background picture on my pages. My problem is that The background picture stops at the top of the footer instead of going all the way down behind the footer and I am seeing a white background on the left and right side of the footer instead.

    My question is, how can I manage to remove that white or extend the background picture all the way down behind the footer?

    Thank you,

Viewing 1 replies (of 1 total)
  • The gap is probably due to a margin on one of the adjoining elements.

    The background image probably needs attaching to an element higher in precedence.

    Please post the url to the page so the markup can be inspected.

Viewing 1 replies (of 1 total)
  • The topic ‘Modify/Re-sizing footer’ is closed to new replies.