The best way to fix this is I was looking for a code or a trick how to focus the navigation menu and found real solutions that it works for all browsers and for my friends;)
Here is how I did it:
body { margin: 0; padding: 0; } div maincontainer { margin: 0 auto; width: ___px; text-align: center; } ul { margin: 0; padding: 0; } ul li { margin-left: auto; margin-right: auto; }
and don't forget to install doctype html5
source share