Title: Spacing problem on navmenu
Last modified: August 21, 2016

---

# Spacing problem on navmenu

 *  [nickandrea19](https://wordpress.org/support/users/nickandrea19/)
 * (@nickandrea19)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/spacing-problem-on-navmenu/)
 * I cannot for the life of me figure out why there is a space to the right of each
   navigation menu before the left border of the next menu item to the right of 
   it. Looked all through my CSS and still scratching my head.
 * [http://cooksjourney.com/travelogue/](http://cooksjourney.com/travelogue/).
 * Help?

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

 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/spacing-problem-on-navmenu/#post-4064992)
 * Your site isn’t visible :). Have you tried using Firebug to look at the CSS for
   that element?
 *  Thread Starter [nickandrea19](https://wordpress.org/support/users/nickandrea19/)
 * (@nickandrea19)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/spacing-problem-on-navmenu/#post-4065001)
 * Shoot thanks, it’s up now. Yeah, I use Firebug all the time, but I can find no
   rule causing this to happen…
 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/spacing-problem-on-navmenu/#post-4065020)
 * Oooh, that WAS a weird one – looks like this border:
 *     ```
       .genesis-nav-menu .menu-item {
           border-left: 1px solid #F4C48F;
           display: inline-block;
           text-align: left;
       }
       ```
   
 *  Thread Starter [nickandrea19](https://wordpress.org/support/users/nickandrea19/)
 * (@nickandrea19)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/spacing-problem-on-navmenu/#post-4065031)
 * I think that’s only applying the solid line, but there’s a space to the left 
   of it which I can see no border or margin creating….
 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/spacing-problem-on-navmenu/#post-4065040)
 * Yeah, you’re right and it’s weird indeed. I couldn’t find it either, but this
   seems to hide it:
 *     ```
       .genesis-nav-menu .menu-item {
           margin-left: -3px;
       }
       ```
   
 *  Thread Starter [nickandrea19](https://wordpress.org/support/users/nickandrea19/)
 * (@nickandrea19)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/spacing-problem-on-navmenu/#post-4065058)
 * Wow okay yeah. That’s a way to hack it. Appreciate it.

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

The topic ‘Spacing problem on navmenu’ is closed to new replies.

## Tags

 * [Borders](https://wordpress.org/support/topic-tag/borders/)
 * [margins](https://wordpress.org/support/topic-tag/margins/)
 * [nev menu](https://wordpress.org/support/topic-tag/nev-menu/)
 * [padding](https://wordpress.org/support/topic-tag/padding/)

 * 6 replies
 * 2 participants
 * Last reply from: [nickandrea19](https://wordpress.org/support/users/nickandrea19/)
 * Last activity: [12 years, 8 months ago](https://wordpress.org/support/topic/spacing-problem-on-navmenu/#post-4065058)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
