Title: Menu Item Spacing
Last modified: August 20, 2016

---

# Menu Item Spacing

 *  Resolved [Der Rote Baron](https://wordpress.org/support/users/der-rote-baron/)
 * (@der-rote-baron)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/menu-item-spacing/)
 * Here is the wordpress site I’m trying to iron out [http://test.sourcewestpartners.com](http://test.sourcewestpartners.com)
 * I’m trying to space the menu items out over that entire menu bar, right now there
   is a space on the right where a search bar used to be. The search bar was removed
   purposefully.
 * I’m clearly not a coding wizard but feel like I should already have figured this
   out, what am I missing? I haven’t used these forums before and wasn’t sure to
   try here or the place I bought the theme.

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

 *  [Phil](https://wordpress.org/support/users/owendevelopment/)
 * (@owendevelopment)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/menu-item-spacing/#post-3410124)
 * Open up styles.css (line 137), replace with this:
 *     ```
       ul.nav li {
       /* margin-right: 5px; original margin*/
       margin-right: 36px;
       z-index: 10;
       }
       ```
   
 * If you change the menu items in the future (Add or remove), you’ll need to adjust
   this new margin value.
 * Phil
 *  Thread Starter [Der Rote Baron](https://wordpress.org/support/users/der-rote-baron/)
 * (@der-rote-baron)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/menu-item-spacing/#post-3410139)
 * Thank you, Phil. That worked perfectly.

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

The topic ‘Menu Item Spacing’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [Der Rote Baron](https://wordpress.org/support/users/der-rote-baron/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/menu-item-spacing/#post-3410139)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
