I can’t for the life of me figure out how to properly center the navigation menu in Twenty Eleven (using a child theme) when using the single column layout, text in header turned off. (this causes the search to move to the menu)And with the search hidden.
I’ve used
#searchform { visibility: hidden; }
#access div {
float: right;
margin: 0 30px 0 auto;
}
It centers it, but the 30px will need to be adjusted for each extra menu I add. I can’t get it to auto center.
Thanks for any help