Sticky submenus a little too high


I've done a lot of adjusting of the menu.   It is also set to Minimalist without header space. 
The only remaining problem is that the sticky submenu is too high.  



This is the current custom CSS. 

ul.sub-menu{
margin-top:-20px !important;
}

ul.sub-menu ul.sub-menu{
margin-top: 0px !important;
}

#Top_bar .menu > li > a span:not(.description) {padding: 0px 10px 0px 10px ; }

Comments

Sign In or Register to comment.