Quote:
Originally Posted by Psionicsin
But I do have one last question...my footer menu doesn't seem to be centering the way I need it to. I'm pretty sure there's some block of code in their BS that's obfuscating what I'm trying to do. Any help with that?
|
Validating might help with that. Normally to center an element you need three things:
- a valid DocType
- an element with a width
- that elements right/left margins set to auto
In your code though, it looks like the element to be centered - .menu-menu-footer-container #menu-menu-footer - is wrapped in paragraph tags.