margins - CSS Issue with the footerwrapper -


i can't figure out why unable footer wrapper , elements inside center rest of page. i'm using code , not working:

#footer-wrapper{ margin:0 auto; }

if has minute , can take look, appreciate it. http://skeeterz71.com/auto/

thanks

when you're aligning content margin: 0 auto; need set-width because divs automatically 100% means width of window means there's no space center.

also, it's better wrapper within parent.

see this: http://jsfiddle.net/cranavvo/zkmd5/


Comments

Popular posts from this blog

php - regexp cyrillic filename not matches -

c# - OpenXML hanging while writing elements -

sql - Select Query has unexpected multiple records (MS Access) -