How do I properly center the menu on this page http://bit.ly/An65z5? Been poking at firebug for over an hour now, please help 🙂
How do I properly center the menu on this page http://bit.ly/An65z5 ? Been poking
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Remove the float: left property from #top-menu, set the margin: 0 auto; and add a width. You can also remove the padding on the left of #top-menu as it isn’t needed once the nav is centered. So it should look like the following: