• Hello,

    I am trying to move the footer on my page located at the following temporary address…

    http://69.89.31.133/~emhresou/

    For some reason the footer widgets weren’t working at all when I inserted text into them so I am using the Secondary Widget Area to put the footer text in. It seems to work fine that way aside from the width. I’d like for that widget area to be the same width as the as the page and centered as well.

    Any help?

    Thanks

Viewing 1 replies (of 1 total)
  • add this at the end of your style.css

    #secondary {
    width: 940px;
    margin: 0 auto;
    text-align: center;
    }

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