Problem Centering Footer in WP

Discussion in 'CSS' started by travoholic, Jul 21, 2008.

  1. #1
    I can't seem to figure out how to center the footer on my site http://www.wanderstruck.com The text in the footer is centered and that's ok, but I want to move the whole bottom box thing into the middle.

    Any ideas?
     
    travoholic, Jul 21, 2008 IP
  2. 007c

    007c Peon

    Messages:
    611
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Footer looks ok from here from a quick glance in ff3, din't try others, maybe add sum padding beside the home selector in the navigation menu tho. There's a few more things like if the width of you page gets too small it overlaps and no validation, etc. Just pointing it out ;)
     
    007c, Jul 21, 2008 IP
  3. justinlorder

    justinlorder Peon

    Messages:
    4,160
    Likes Received:
    61
    Best Answers:
    0
    Trophy Points:
    0
    #3
    #footer {clear:both; width:100%; margin:0 auto}

    try this.
    For div center, just use margin: 0 auto
     
    justinlorder, Jul 22, 2008 IP