Home › Support Forums › Theme Support › Pinboard › Trying to center the navigation menu › Reply To: Trying to center the navigation menu
guatemeha
Participant
Alexander, thank you for your great tutorials!
I am also trying to center my menu but when I pasted this into my Custom CSS nothing changed. I adjusted the width to my header width but nothing. Is there something I am not seeing?
Thank you in advance for any help!
div.menu-menu-container {
margin-left:auto;
margin-right:auto;
width:1140px;
}