Title: Centering Navigation?
Last modified: August 19, 2016

---

# Centering Navigation?

 *  [chevydrvr](https://wordpress.org/support/users/chevydrvr/)
 * (@chevydrvr)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/centering-navigation/)
 * I removed everything involving the search box because I don’t want it there anymore,
   and now I want to center the navigation. When I go to the css file and go to 
   navigation and put in center, it moves it to the center as if the search box 
   is still there. I removed everything in the header file that mad the search box
   go there. What do I do?

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

 *  [figaro](https://wordpress.org/support/users/figaro/)
 * (@figaro)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/centering-navigation/#post-1218046)
 * Without a link to your site, I doubt anyone will be able to help you very much.
 *  Thread Starter [chevydrvr](https://wordpress.org/support/users/chevydrvr/)
 * (@chevydrvr)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/centering-navigation/#post-1218055)
 * sorry. my website is [http://chevymaro.freehostia.com](http://chevymaro.freehostia.com)
 *  [figaro](https://wordpress.org/support/users/figaro/)
 * (@figaro)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/centering-navigation/#post-1218085)
 * Find the following code in style.css:
 *     ```
       #header #menu {
       float:left;
       margin:70px 80px 0 0;
       }
       ```
   
 * and change it to this:
 *     ```
       #header #menu {
       float:left;
       margin:70px 80px 0 170px;
       }
       ```
   
 * adjust the 170 value to fine tune.
 *  Thread Starter [chevydrvr](https://wordpress.org/support/users/chevydrvr/)
 * (@chevydrvr)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/centering-navigation/#post-1218257)
 * thank you very much! ill try that.
 *  Thread Starter [chevydrvr](https://wordpress.org/support/users/chevydrvr/)
 * (@chevydrvr)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/centering-navigation/#post-1218258)
 * IT worked! thanks so much!

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

The topic ‘Centering Navigation?’ is closed to new replies.

## Tags

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

 * 5 replies
 * 2 participants
 * Last reply from: [chevydrvr](https://wordpress.org/support/users/chevydrvr/)
 * Last activity: [16 years, 8 months ago](https://wordpress.org/support/topic/centering-navigation/#post-1218258)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
