Title: Center Navigation
Last modified: August 21, 2016

---

# Center Navigation

 *  Resolved [PWalberg](https://wordpress.org/support/users/pwalberg/)
 * (@pwalberg)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/center-navigation-5/)
 * Anybody know how to center the navigation on this theme?
 * text-align: center; and float: left; don’t work.
 * TIA

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

 *  Theme Author [themeshaker](https://wordpress.org/support/users/themeshaker/)
 * (@themeshaker)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/center-navigation-5/#post-4678658)
 * Hi PWalberg,
 * The menu is floating on the left within reason. It is not a single object on 
   that line and a simple use of ‘text-align’ property won’t do the trick. In order
   to center the navigation on this theme, try the following modifications:
 *  .main-navigation ul {
    text-align: center; }
 *  .main-navigation li {
    float: none; display: inline-block; }
 *  .site-header .search-form {
    display: none; }
 *  Thread Starter [PWalberg](https://wordpress.org/support/users/pwalberg/)
 * (@pwalberg)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/center-navigation-5/#post-4678694)
 * Thank you thank you thank you. Perfect.
 * And thanks for the awesome themes too, by the way!
 *  Theme Author [themeshaker](https://wordpress.org/support/users/themeshaker/)
 * (@themeshaker)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/center-navigation-5/#post-4678723)
 * You’re welcome 🙂

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

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

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

## Tags

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

 * 3 replies
 * 2 participants
 * Last reply from: [themeshaker](https://wordpress.org/support/users/themeshaker/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/center-navigation-5/#post-4678723)
 * Status: resolved