Title: Center Menu
Last modified: August 31, 2016

---

# Center Menu

 *  [nycplugged](https://wordpress.org/support/users/nycplugged/)
 * (@nycplugged)
 * [10 years ago](https://wordpress.org/support/topic/center-menu-29/)
 * Hello,
 * Is there a CSS code to center the top menu?

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Fotis](https://wordpress.org/support/users/markwaregr/)
 * (@markwaregr)
 * [10 years ago](https://wordpress.org/support/topic/center-menu-29/#post-7318516)
 *     ```
       #masthead  .navigation > li {
           float: none;
           display: inline-block;
       }
       #masthead .navigation {
           text-align: center
       }
       #masthead .navigation > li > a {
           margin-left: 15px;
           margin-right: 15px;
       }
       ```
   
 * Add this inside the custom css box, under Appearance->Customize->Other
 *  Thread Starter [nycplugged](https://wordpress.org/support/users/nycplugged/)
 * (@nycplugged)
 * [10 years ago](https://wordpress.org/support/topic/center-menu-29/#post-7318535)
 * thanks!! But I may go a diff route, would you know how to move the menu to the
   top of the page…like this?
 * [http://dbgentrytemplate.blogspot.com/](http://dbgentrytemplate.blogspot.com/)
 * I also have a child theme.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Center Menu’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/olsen-light/1.7.1/screenshot.png)
 * Olsen Light
 * [Support Threads](https://wordpress.org/support/theme/olsen-light/)
 * [Active Topics](https://wordpress.org/support/theme/olsen-light/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/olsen-light/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/olsen-light/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [nycplugged](https://wordpress.org/support/users/nycplugged/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/center-menu-29/#post-7318535)
 * Status: not resolved