Title: problem with sub-menu
Last modified: August 21, 2016

---

# problem with sub-menu

 *  Resolved [portermonkey](https://wordpress.org/support/users/portermonkey/)
 * (@portermonkey)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/problem-with-sub-menu/)
 * ON my website [here](http://tinyurl.com/49om4ra)
 * When you click on the menu item “Our Services” there is a space between it and
   the drop down submenu which makes it hard to moves a mouse into the submenu (
   at least for me)
 * Could someone please tell me what I need to change in my CSS to close this gap?
 * [
    Here is a screenshot

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

 *  [lettergrade](https://wordpress.org/support/users/lettergrade/)
 * (@lettergrade)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/problem-with-sub-menu/#post-3959314)
 *     ```
       #access ul ul {
           box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
           display: none;
           float: left;
           left: 0;
           position: absolute;
           top: 38px;
           width: 180px;
           z-index: 99999;
       }
       ```
   
 * Currently, the `top` value you see above is 38px. If you make it 34px instead,
   it will close that gap so there’s no dropout.
 *  Thread Starter [portermonkey](https://wordpress.org/support/users/portermonkey/)
 * (@portermonkey)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/problem-with-sub-menu/#post-3959315)
 * Thank You lettergrade ! that certainly saved me some time.
 * very much appreciated.
 *  [lettergrade](https://wordpress.org/support/users/lettergrade/)
 * (@lettergrade)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/problem-with-sub-menu/#post-3959490)
 * Glad it worked!

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

The topic ‘problem with sub-menu’ is closed to new replies.

## Tags

 * [gap](https://wordpress.org/support/topic-tag/gap/)
 * [submenu](https://wordpress.org/support/topic-tag/submenu/)

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

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
