Title: Centering menu
Last modified: March 30, 2017

---

# Centering menu

 *  Resolved [soulluciani01](https://wordpress.org/support/users/soulluciani01/)
 * (@soulluciani01)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/centering-menu-9/)
 * I am using the Primer theme and am having trouble centering the menu. I tried
   using margin: auto but it didn’t work.
 * Can anyone help me out with this?

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

 *  [bdbrown](https://wordpress.org/support/users/bdbrown/)
 * (@bdbrown)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/centering-menu-9/#post-8976185)
 * I recommend asking at [https://wordpress.org/support/theme/primer](https://wordpress.org/support/theme/primer)
   so the theme’s developers and support community can help you with this. Also,
   posting a link to your site would be helpful.
 *  Thread Starter [soulluciani01](https://wordpress.org/support/users/soulluciani01/)
 * (@soulluciani01)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/centering-menu-9/#post-8976258)
 * I did post this there. Here is the link.
 * [http://ee1.1df.myftpupload.com/](http://ee1.1df.myftpupload.com/)
    -  This reply was modified 9 years, 2 months ago by [soulluciani01](https://wordpress.org/support/users/soulluciani01/).
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/centering-menu-9/#post-8976381)
 * remove all your other menu CSS with the ‘margin: auto;’
 * this might work:
 *     ```
       .menu-primary-menu-container { 
       display: block; 
       text-align: center; 
       }
   
       #menu-primary-menu { 
       display: inline-block; 
       }
       ```
   
 *  Thread Starter [soulluciani01](https://wordpress.org/support/users/soulluciani01/)
 * (@soulluciani01)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/centering-menu-9/#post-8976600)
 * Thanks!
 * That worked.. the only issue is that there is now a little extra space between
   the hover block and the bottom of the container.
 * Trying to figure that out now. If you have a fix please let me know.

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

The topic ‘Centering menu’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/primer/1.8.10/screenshot.png)
 * Primer
 * [Support Threads](https://wordpress.org/support/theme/primer/)
 * [Active Topics](https://wordpress.org/support/theme/primer/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/primer/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/primer/reviews/)

## Tags

 * [center](https://wordpress.org/support/topic-tag/center/)
 * [css](https://wordpress.org/support/topic-tag/css/)
 * [html](https://wordpress.org/support/topic-tag/html/)
 * [menu](https://wordpress.org/support/topic-tag/menu/)

 * 4 replies
 * 3 participants
 * Last reply from: [soulluciani01](https://wordpress.org/support/users/soulluciani01/)
 * Last activity: [9 years, 2 months ago](https://wordpress.org/support/topic/centering-menu-9/#post-8976600)
 * Status: resolved