Title: Sub menu position editing
Last modified: August 17, 2017

---

# Sub menu position editing

 *  Resolved [ericaski](https://wordpress.org/support/users/ericaski/)
 * (@ericaski)
 * [8 years, 12 months ago](https://wordpress.org/support/topic/sub-menu-position-editing/)
 * The submenu under “Blog”, “Jewelry” is called “Custom Jewelry”. It appears slightly
   higher than it’s parent (Jewelry) and goes off the edge of the screen. How can
   I fix that position please?
 * I am using a Genesis Child Theme called Showroom
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fsub-menu-position-editing%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [chrispink](https://wordpress.org/support/users/chrispink/)
 * (@chrispink)
 * [8 years, 12 months ago](https://wordpress.org/support/topic/sub-menu-position-editing/#post-9418708)
 *     ```
       .site-header .sub-menu .sub-menu {
           margin-top: -36px;
       }
       ```
   
 * Going off the screen is a bigger question 😉 I would rearrange your menu.
 *  Thread Starter [ericaski](https://wordpress.org/support/users/ericaski/)
 * (@ericaski)
 * [8 years, 12 months ago](https://wordpress.org/support/topic/sub-menu-position-editing/#post-9418781)
 * That is not current code that I could change, so I tried to just add it and it
   didn’t work.
 * The below code that currently exists is what I thought would assign the top margin
   position, but changing it from -57px to -36px (or any other px) does not do anything.
   Any other suggestions?
 * .genesis-nav-menu .sub-menu .sub-menu {
    margin: -57px 0 0 100px; }
 *  Thread Starter [ericaski](https://wordpress.org/support/users/ericaski/)
 * (@ericaski)
 * [8 years, 12 months ago](https://wordpress.org/support/topic/sub-menu-position-editing/#post-9418831)
 * Got it.
 * Just edited the top margin to -27px and added “important!” to force it to propegate
   the code.
 * .genesis-nav-menu .sub-menu .sub-menu {
    margin: -27px 0 0 100px !important; }

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

The topic ‘Sub menu position editing’ is closed to new replies.

## Tags

 * [genesis child theme](https://wordpress.org/support/topic-tag/genesis-child-theme/)
 * [showroom](https://wordpress.org/support/topic-tag/showroom/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 2 participants
 * Last reply from: [ericaski](https://wordpress.org/support/users/ericaski/)
 * Last activity: [8 years, 12 months ago](https://wordpress.org/support/topic/sub-menu-position-editing/#post-9418831)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
