• Resolved portermonkey

    (@portermonkey)


    ON my website here

    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)
  • #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

    (@portermonkey)

    Thank You lettergrade ! that certainly saved me some time.

    very much appreciated.

    Glad it worked!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘problem with sub-menu’ is closed to new replies.