Home › Support Forums › Theme Support › Pinboard › Trying to center the navigation menu › Reply To: Trying to center the navigation menu
Alexander
Participant
Well this one is a little more tricky as you need to know the width of the container holding your navigation bar. But for most of you guys this shouldn’t be a problem at all π
Here is what you have to add to your CSS:
div.menu-menue-container {
margin-left:auto;
margin-right:auto;
width:667px;
}
Don’t use #access in your CSS for this as it targets the whole box, not only the container.
As I said before, the width depends on YOUR nav container. 667px is just an example. And don’t forget to adjust this number as you add or delete navigation topics.
Cheers,
Alexander@ http://www.mouseclick.com