Twenty Ten: Center Menu
-
Twenty Ten automatically justifies to the Left. How do I center the menu?
The blog I need help with is: (visible only to logged in users)
-
Hi again,
To center the menu in Twenty Ten, add the following to your custom CSS:
#access { background: #000; display: block; float: left; margin: 0 auto; width: 940px; position: relative; text-align: center; }and then also
#access ul { display:inline-block; }That should center the menu for you.
If you have any other questions, please ask!
Angie
-
-
- The topic ‘Twenty Ten: Center Menu’ is closed to new replies.